Skip to content

Commit b3bcbcb

Browse files
committed
fix: dockerfile
1 parent ec2ea1f commit b3bcbcb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ RUN java -Djarmode=tools -jar app.jar extract \
4646
# ──────────────────────────────────────────────────────────────
4747
FROM eclipse-temurin:21-jre-alpine AS runtime
4848

49+
RUN apk update && apk upgrade --no-cache
50+
4951
RUN addgroup -S appgroup && \
5052
adduser -S appuser -G appgroup
5153

0 commit comments

Comments
 (0)