We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d9573 commit 0768be7Copy full SHA for 0768be7
1 file changed
examples/Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM amazoncorretto:17-alpine AS builder
+FROM amazoncorretto:17.0.18-alpine3.23 AS builder
3
4
WORKDIR /build
5
@@ -11,7 +11,7 @@ COPY sdk-integration-tests ./sdk-integration-tests
11
COPY examples ./examples
12
13
# Check shell
14
-RUN /bin/sh --version
+RUN /bin/sh --help
15
16
# Install Maven
17
RUN apk add --no-cache maven
0 commit comments