upgrade from alpine linux 3.11 to 3.14 for newer SSL root certs (old certs were now expired for some lets encrypt certs)

This commit is contained in:
Dan Ballard 2021-09-30 13:49:31 -07:00
parent 0d6a70a9a8
commit 258783d694
2 changed files with 2 additions and 2 deletions

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

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