diff --git a/Dockerfile b/Dockerfile index 0abfd285..0d8bb71c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN go install github.com/tj/node-prune@1159d4c \ && cmake -S /atomicparsley -B /atomicparsley \ && cmake --build /atomicparsley --config Release -FROM alpine:3.18.2 as base +FROM alpine:3.18.3 as base # hadolint ignore=DL3018 RUN apk add --no-cache bash nodejs python3 \