chore(deps): update alpine docker tag to v3.20.1 (#684)

This commit is contained in:
renovate[bot] 2024-07-21 20:46:15 +01:00 committed by GitHub
parent fce52df611
commit 77713ab9af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 \