diff options
author | nodiscc <nodiscc@gmail.com> | 2018-07-16 14:45:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-16 14:45:22 +0200 |
commit | 6ecc4664b1269a08266ae9f1507402396c98a5a0 (patch) | |
tree | 885ca2de914986032c601211a5a8f3851ddba961 /Dockerfile | |
parent | 9cc6ea6560660f6616dcd28d71d19625cf372a71 (diff) | |
parent | be53fa40ff143d1e9f6a3593c30c9a77cf05d44a (diff) | |
download | Shaarli-6ecc4664b1269a08266ae9f1507402396c98a5a0.tar.gz Shaarli-6ecc4664b1269a08266ae9f1507402396c98a5a0.tar.zst Shaarli-6ecc4664b1269a08266ae9f1507402396c98a5a0.zip |
Merge pull request #1180 from virtualtam/docker/update
Bump the base Docker image to alpine:3.8
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ RUN cd shaarli \ | |||
25 | 25 | ||
26 | # Stage 4: | 26 | # Stage 4: |
27 | # - Shaarli image | 27 | # - Shaarli image |
28 | FROM alpine:3.7 | 28 | FROM alpine:3.8 |
29 | LABEL maintainer="Shaarli Community" | 29 | LABEL maintainer="Shaarli Community" |
30 | 30 | ||
31 | RUN apk --update --no-cache add \ | 31 | RUN apk --update --no-cache add \ |