Skip to content

Commit

Permalink
Bump amazoncorretto from 17-alpine3.20 to 23-alpine3.20 in /sample
Browse files Browse the repository at this point in the history
Bumps amazoncorretto from 17-alpine3.20 to 23-alpine3.20.

---
updated-dependencies:
- dependency-name: amazoncorretto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 2f898f4 commit 0d16689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazoncorretto:17-alpine3.20 as build
FROM amazoncorretto:23-alpine3.20 as build

WORKDIR /app
RUN apk add binutils # for objcopy, needed by jlink
Expand Down

0 comments on commit 0d16689

Please sign in to comment.