We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d659e commit d54266cCopy full SHA for d54266c
1 file changed
.docker/alpine.docker
@@ -4,7 +4,7 @@ ARG REGISTRY="docker.io"
4
5
## BUILDER #####################################################################
6
7
-FROM golang:alpine as builder
+FROM golang:alpine3.18 as builder
8
9
WORKDIR /go/src/github.com/essentialkaos/sslcli
10
0 commit comments