fix(core): update

This commit is contained in:
Philipp Kunz 2022-01-28 00:21:20 +01:00
parent 3bba9c114b
commit e4aed1d051

View File

@ -1,4 +1,4 @@
FROM docker:20
FROM docker:20.10.8
RUN apk update && apk add --no-cache \
git \
@ -15,7 +15,7 @@ RUN apk update && apk add --no-cache \
libgcc \
libstdc++ \
gnupg \
nodejs \
nodejs-current \
npm \
krb5-libs \
&& update-ca-certificates