We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d8d33 commit 315a205Copy full SHA for 315a205
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.19-alpine3.16 AS builder
+FROM golang:1.20-alpine3.18 AS builder
2
ARG VERSION
3
4
RUN apk add --no-cache git gcc musl-dev make
@@ -15,7 +15,7 @@ COPY . ./
15
16
RUN make build-docker
17
18
-FROM alpine:3.16
+FROM alpine:3.18
19
20
RUN apk add --no-cache ca-certificates
21
Dockerfile.github-actions
0 commit comments