Merge pull request #1171 from virtualtam/docker/alpine-3.7

Bump the base Docker image to alpine:3.7
This commit is contained in:
VirtualTam 2018-07-01 23:22:48 +02:00 committed by GitHub
commit 5dc4b8ab69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RUN cd shaarli \
# Stage 4:
# - Shaarli image
FROM alpine:3.6
FROM alpine:3.7
LABEL maintainer="Shaarli Community"
RUN apk --update --no-cache add \