aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVirtualTam <virtualtam+github@flibidi.net>2018-07-01 23:22:48 +0200
committerGitHub <noreply@github.com>2018-07-01 23:22:48 +0200
commit5dc4b8ab69c9dbe61312734f185066f018204c7b (patch)
tree2930df1670513f57b2c77eb37627cee571793e22
parentd9a0b52276766604d6b3d96895ab1a79e4cd3218 (diff)
parent508397a88e7ca2340f09da735eda74e6a111176a (diff)
downloadShaarli-5dc4b8ab69c9dbe61312734f185066f018204c7b.tar.gz
Shaarli-5dc4b8ab69c9dbe61312734f185066f018204c7b.tar.zst
Shaarli-5dc4b8ab69c9dbe61312734f185066f018204c7b.zip
Merge pull request #1171 from virtualtam/docker/alpine-3.7
Bump the base Docker image to alpine:3.7
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index cb835ced..8e0a5621 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,7 +25,7 @@ RUN cd shaarli \
25 25
26# Stage 4: 26# Stage 4:
27# - Shaarli image 27# - Shaarli image
28FROM alpine:3.6 28FROM alpine:3.7
29LABEL maintainer="Shaarli Community" 29LABEL maintainer="Shaarli Community"
30 30
31RUN apk --update --no-cache add \ 31RUN apk --update --no-cache add \