Browse Source
Use Alpine Linux 3.11
Alpine Linux 3.11 was released in December 2019.
pull/109/head
Sasha Gerrand
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
@ -15,7 +15,7 @@ COPY . . |
|
|
|
|
|
|
|
|
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -o /go/bin/drone-terraform |
|
|
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 \ |
|
|
RUN apk add --no-cache \ |
|
|
ca-certificates \ |
|
|
ca-certificates \ |
|
|