0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-09 18:00:40 +00:00

version bump alpine 3.9 (from 3.7)

This commit is contained in:
Jacob McCann 2019-02-22 08:44:29 -06:00
parent a22d272a0b
commit 4985c0dc0a
No known key found for this signature in database
GPG Key ID: B5A476DE32B9AE72

View File

@ -12,7 +12,7 @@ COPY . .
RUN go mod download
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -o /go/bin/drone-terraform
FROM alpine:3.7
FROM alpine:3.9
RUN apk -U add \
ca-certificates \