]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #1180 from virtualtam/docker/update
authornodiscc <nodiscc@gmail.com>
Mon, 16 Jul 2018 12:45:22 +0000 (14:45 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Jul 2018 12:45:22 +0000 (14:45 +0200)
Bump the base Docker image to alpine:3.8

Dockerfile

index 6261e81bc1aaf5c75fb61cc5e2bc9546d115d524..d8921cee4cae2820a1448635f6ad1dab6425fe0b 100644 (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 \