diff --git a/Dockerfile b/Dockerfile index 61abf19..6d0c89f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest AS builder +FROM alpine:3.22 AS builder RUN apk add --no-cache \ openjdk8 \