Skip to content

Commit 0768be7

Browse files
committed
chore: try a newer image
1 parent f6d9573 commit 0768be7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM amazoncorretto:17-alpine AS builder
2+
FROM amazoncorretto:17.0.18-alpine3.23 AS builder
33

44
WORKDIR /build
55

@@ -11,7 +11,7 @@ COPY sdk-integration-tests ./sdk-integration-tests
1111
COPY examples ./examples
1212

1313
# Check shell
14-
RUN /bin/sh --version
14+
RUN /bin/sh --help
1515

1616
# Install Maven
1717
RUN apk add --no-cache maven

0 commit comments

Comments
 (0)