Update Dockerfiles to most recent alpine 3.10

This commit is contained in:
Dario Ernst
2019-06-23 19:01:29 +00:00
parent 96fbaecc2f
commit d1f80cca99
9 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.10
# python3 shared with most images
RUN apk add --no-cache \
python3 py3-pip bash \