Skip to content

Commit caa79ee

Browse files
committed
Migrate to Alpine 3.21
1 parent 6caebd4 commit caa79ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.docker/alpine.docker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REGISTRY="ghcr.io"
44

55
## BUILDER #####################################################################
66

7-
FROM ${REGISTRY}/essentialkaos/golang:alpine3.20 AS builder
7+
FROM ${REGISTRY}/essentialkaos/golang:alpine3.21 AS builder
88

99
WORKDIR /go/src/github.com/essentialkaos/sslcli
1010

@@ -14,7 +14,7 @@ RUN make deps && make all
1414

1515
## FINAL IMAGE #################################################################
1616

17-
FROM ${REGISTRY}/essentialkaos/alpine:3.20
17+
FROM ${REGISTRY}/essentialkaos/alpine:3.21
1818

1919
LABEL org.opencontainers.image.title="sslcli" \
2020
org.opencontainers.image.description="Pretty awesome command-line client for public SSLLabs API" \

0 commit comments

Comments
 (0)