Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.18.3 (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2023
1 parent 11e0cf3 commit 6999d61
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.2 as base
FROM alpine:3.18.3 as base

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

0 comments on commit 6999d61

Please sign in to comment.