Merge pull request #3669 from matrix-org/jcgruenhage/update-docker-base

update docker base-image to alpine 3.8
pull/3693/head
Jan Christian Grünhage 2018-08-14 11:43:59 +02:00 committed by GitHub
commit 8f0c430ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/3669.misc Normal file
View File

@ -0,0 +1 @@
Update docker base image from alpine 3.7 to 3.8.

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 \