mirror of
https://github.com/harness-community/drone-email.git
synced 2026-06-04 18:24:18 +08:00
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:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user