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 6caebd4 commit caa79eeCopy full SHA for caa79ee
.docker/alpine.docker
@@ -4,7 +4,7 @@ ARG REGISTRY="ghcr.io"
4
5
## BUILDER #####################################################################
6
7
-FROM ${REGISTRY}/essentialkaos/golang:alpine3.20 AS builder
+FROM ${REGISTRY}/essentialkaos/golang:alpine3.21 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.20
+FROM ${REGISTRY}/essentialkaos/alpine:3.21
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