Skip to content

Commit

Permalink
fix jdk21 base image
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopar committed Nov 29, 2023
1 parent 62e90b9 commit c232f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jre-alpine
FROM eclipse-temurin:21-jre-alpine

RUN addgroup -S terraform-boot && adduser -S -G terraform-boot terraform-boot
RUN apk update && \
Expand Down

0 comments on commit c232f52

Please sign in to comment.