diff options
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.6 | 28 | FROM alpine:3.7 |
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 \ |