We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee700c2 commit 802bdabCopy full SHA for 802bdab
Dockerfile
@@ -1,7 +1,7 @@
1
############################################################
2
# Build image
3
4
-FROM golang:1.16-alpine as builder
+FROM golang:1.18-alpine as builder
5
RUN apk update && apk add --no-cache git ca-certificates && update-ca-certificates
6
7
WORKDIR /app
0 commit comments