We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb35e6 commit ebfd79dCopy full SHA for ebfd79d
1 file changed
.docker/alpine.docker
@@ -4,7 +4,7 @@ ARG REGISTRY="ghcr.io"
4
5
## BUILDER #####################################################################
6
7
-FROM ${REGISTRY}/essentialkaos/golang:alpine3.21 AS builder
+FROM ${REGISTRY}/essentialkaos/golang:alpine3.23 AS builder
8
9
WORKDIR /go/src/github.com/essentialkaos/sslcli
10
@@ -14,7 +14,7 @@ RUN make deps && make all
14
15
## FINAL IMAGE #################################################################
16
17
-FROM ${REGISTRY}/essentialkaos/alpine:3.21
+FROM ${REGISTRY}/essentialkaos/alpine:3.23 AS final
18
19
LABEL org.opencontainers.image.title="sslcli" \
20
org.opencontainers.image.description="Pretty awesome command-line client for public SSLLabs API" \
0 commit comments