Skip to content

Commit c23762a

Browse files
committed
revert java sdk to 21
1 parent 6ecfc20 commit c23762a

File tree

1 file changed

+1
-1
lines changed
  • deployment/ecr/distributed-load-testing-on-aws-load-tester

1 file changed

+1
-1
lines changed

deployment/ecr/distributed-load-testing-on-aws-load-tester/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM public.ecr.aws/amazonlinux/amazonlinux:2023-minimal
22

33
RUN dnf update -y && \
4-
dnf install -y python3.11 python3.11-pip java-11-amazon-corretto bc procps jq findutils unzip && \
4+
dnf install -y python3.11 python3.11-pip java-21-amazon-corretto bc procps jq findutils unzip && \
55
dnf clean all
66

77
ENV PIP_INSTALL="pip3.11 install --no-cache-dir"

0 commit comments

Comments
 (0)