fix(core): update

This commit is contained in:
2019-08-27 17:47:10 +02:00
parent 9fb74ed327
commit f30e0afdcd
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,7 @@
FROM docker:git
FROM docker:19.03.1
RUN apk update && apk add --no-cache \
git \
openssl \
ca-certificates \
bash \