1
0
mirror of https://github.com/containrrr/watchtower.git synced 2025-01-17 18:26:19 +02:00

pin down dockerfile alpine version

This commit is contained in:
Simon Aronsson 2019-04-17 12:46:35 +02:00
parent ccd746e9cc
commit 16b66ac10b

View File

@ -1,4 +1,4 @@
FROM alpine:latest as alpine
FROM alpine:3.9 as alpine
RUN apk add --no-cache \
ca-certificates \