Skip to content

Commit feb9078

Browse files
committed
Update package versions in Dockerfile
Bumped versions for git, jq, libxml2, python3, and python3-pip in the aws-cli Dockerfile to use newer releases. This ensures the image uses the latest available security and feature updates for these packages.
1 parent 9a7ce47 commit feb9078

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

aws-cli/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ RUN dnf upgrade -y \
1616
curl-minimal-8.11.1-4.amzn2023.0.1 \
1717
diffutils-3.8-1.amzn2023.0.2 \
1818
findutils-1:4.8.0-2.amzn2023.0.2 \
19-
git-2.47.1-1.amzn2023.0.3 \
19+
git-2.50.1-1.amzn2023.0.1 \
2020
grep-3.8-1.amzn2023.0.4 \
2121
gzip-1.12-1.amzn2023.0.1 \
2222
iputils-20210202-2.amzn2023.0.4 \
23-
jq-1.7.1-49.amzn2023.0.2 \
24-
libxml2-2.10.4-1.amzn2023.0.11 \
23+
jq-1.7.1-50.amzn2023 \
24+
libxml2-2.10.4-1.amzn2023.0.12 \
2525
make-1:4.3-5.amzn2023.0.2 \
2626
openssh-8.7p1-8.amzn2023.0.15 \
2727
patch-2.7.6-14.amzn2023.0.2 \
2828
pcre2-tools-10.40-1.amzn2023.0.3 \
2929
pwgen-2.08-11.amzn2023 \
30-
python3-3.9.23-1.amzn2023.0.1 \
31-
python3-pip-21.3.1-2.amzn2023.0.12 \
30+
python3-3.9.23-1.amzn2023.0.2 \
31+
python3-pip-21.3.1-2.amzn2023.0.13 \
3232
rsync-3.4.0-1.amzn2023.0.2 \
3333
sed-4.8-7.amzn2023.0.2 \
3434
tar-2:1.34-1.amzn2023.0.4 \

0 commit comments

Comments
 (0)