Skip to content

Commit

Permalink
Merge pull request corretto#185 from corretto/21_AL2023
Browse files Browse the repository at this point in the history
Respin of AL2023 21
  • Loading branch information
elifaslan1 authored Nov 1, 2023
2 parents 0e2e85a + caaa435 commit 137b6ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 21/headful/al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM amazonlinux:2023

ARG version=21.0.1.12-1
ARG package_version=1
ARG package_version=2

RUN set -eux \
&& rpm --import file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-linux-2023 \
Expand Down
2 changes: 1 addition & 1 deletion 21/headless/al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM amazonlinux:2023

ARG version=21.0.1.12-1
ARG package_version=1
ARG package_version=2

RUN set -eux \
&& rpm --import file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-linux-2023 \
Expand Down
2 changes: 1 addition & 1 deletion 21/jdk/al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM amazonlinux:2023

ARG version=21.0.1.12-1
ARG package_version=1
ARG package_version=2

RUN set -eux \
&& rpm --import file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-linux-2023 \
Expand Down

0 comments on commit 137b6ef

Please sign in to comment.