Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.19.0 (#612)
Browse files Browse the repository at this point in the history
Co-authored-by: Miraculous Owonubi <[email protected]>
  • Loading branch information
renovate[bot] and miraclx authored Dec 27, 2023
1 parent 1d489f6 commit 6d60b94
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
Expand Up @@ -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.4 as base
FROM alpine:3.19.0 as base

# hadolint ignore=DL3018
RUN apk add --no-cache bash nodejs python3 \
Expand Down

0 comments on commit 6d60b94

Please sign in to comment.