Skip to content

Commit

Permalink
AL2023 21 pkg update
Browse files Browse the repository at this point in the history
  • Loading branch information
elifaslan1 committed Nov 1, 2023
1 parent 0e2e85a commit 53a59ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit 53a59ff

Please sign in to comment.