mirror of https://github.com/miraclx/freyr-js
chore(deps): update alpine docker tag to v3.20.1 (#684)
This commit is contained in:
parent
fce52df611
commit
77713ab9af
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue