fix(core): update
This commit is contained in:
parent
3bba9c114b
commit
e4aed1d051
@ -1,4 +1,4 @@
|
|||||||
FROM docker:20
|
FROM docker:20.10.8
|
||||||
|
|
||||||
RUN apk update && apk add --no-cache \
|
RUN apk update && apk add --no-cache \
|
||||||
git \
|
git \
|
||||||
@ -15,7 +15,7 @@ RUN apk update && apk add --no-cache \
|
|||||||
libgcc \
|
libgcc \
|
||||||
libstdc++ \
|
libstdc++ \
|
||||||
gnupg \
|
gnupg \
|
||||||
nodejs \
|
nodejs-current \
|
||||||
npm \
|
npm \
|
||||||
krb5-libs \
|
krb5-libs \
|
||||||
&& update-ca-certificates
|
&& update-ca-certificates
|
||||||
|
Loading…
Reference in New Issue
Block a user