Merge pull request #55 from dballard/master

upgrade from alpine linux 3.11 to 3.14 for newer SSL root certs (old …
This commit is contained in:
Michael de Wit
2021-10-01 14:50:23 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ COPY . .
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build
FROM alpine:3.11
FROM alpine:3.14
RUN apk add --no-cache ca-certificates
+1 -1
View File
@@ -5,7 +5,7 @@ COPY . .
RUN GOOS=linux GOARCH=arm GOARM=7 CGO_ENABLED=0 go build
FROM alpine:3.11
FROM alpine:3.14
RUN apk add --no-cache ca-certificates