Merge pull request #1180 from virtualtam/docker/update
Bump the base Docker image to alpine:3.8
This commit is contained in:
commit
6ecc4664b1
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue