0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-19 15:32:45 +02:00

Use Alpine Linux 3.11

Alpine Linux 3.11 was released in December 2019.
This commit is contained in:
Sasha Gerrand 2020-01-31 11:19:42 +00:00 committed by GitHub
parent ed230eb71a
commit 76b6fa2c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -o /go/bin/drone-terraform
FROM alpine:3.9
FROM alpine:3.11
RUN apk add --no-cache \
ca-certificates \