1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-02-16 18:34:28 +02:00

upgrade alpine base images to latest version

This commit is contained in:
Markus Schölzel 2018-02-01 22:06:39 +01:00
parent e60b76921f
commit fe593eedd1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.7
RUN apk add -U --no-cache ca-certificates

View File

@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.7
EXPOSE 8000 9000 80 443
RUN apk add -U --no-cache ca-certificates