Skip to content

Commit

Permalink
Update versions of docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed May 8, 2024
1 parent 87aee94 commit ca80fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-and-push-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eu
docker login

JAVA_VERSIONS=("11.0.18" "17.0.6" "19.0.2" "21.0.2" "22.0.1")
JAVA_VERSIONS=("11.0.18" "17.0.6" "19.0.2" "21.0.3")

cd amazoncorretto-lambda-runtime
for java_version in "${JAVA_VERSIONS[@]}"; do
Expand All @@ -16,7 +16,7 @@ for java_version in "${JAVA_VERSIONS[@]}"; do
done
cd ..

GRAAL_JAVA_VERSIONS=("21.0.0")
GRAAL_JAVA_VERSIONS=("21.0.0" "22.0.1")
AWS_LINUX_VERSIONS=("2023.4.20240416.0" "2.0.20240412.0")

cd amazonlinux-java-graal-community-lambda-runtime
Expand Down

0 comments on commit ca80fbf

Please sign in to comment.