update docker base-image to alpine 3.8

This commit is contained in:
Jan Christian Grünhage 2018-08-09 13:21:30 +02:00
parent 0ad98e38d0
commit d967653705
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/python:2-alpine3.7
FROM docker.io/python:2-alpine3.8
RUN apk add --no-cache --virtual .nacl_deps \
build-base \