Update Alpine

This updates to the newest stable version (Alpine 3.9)
This commit is contained in:
Tobias Genannt 2019-02-21 15:30:40 +01:00
parent e9bea0a420
commit 2450a70ca8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.6-alpine3.8
FROM python:3.6-alpine3.9
RUN apk add --no-cache \
bash \