Merge pull request #1180 from virtualtam/docker/update

Bump the base Docker image to alpine:3.8
This commit is contained in:
nodiscc 2018-07-16 14:45:22 +02:00 committed by GitHub
commit 6ecc4664b1
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.7
FROM alpine:3.8
LABEL maintainer="Shaarli Community"
RUN apk --update --no-cache add \