Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20.1 (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 21, 2024
1 parent fce52df commit 77713ab
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 @@ -19,7 +19,7 @@ RUN go install github.com/tj/node-prune@1159d4c \
&& cmake -S /atomicparsley -B /atomicparsley \
&& cmake --build /atomicparsley --config Release

FROM alpine:3.19.1 as base
FROM alpine:3.20.1 as base

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

0 comments on commit 77713ab

Please sign in to comment.