Skip to content

Commit ebfd79d

Browse files
committed
Migrate to Alpine 3.23
1 parent 1eb35e6 commit ebfd79d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.21 AS builder
7+
FROM ${REGISTRY}/essentialkaos/golang:alpine3.23 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.21
17+
FROM ${REGISTRY}/essentialkaos/alpine:3.23 AS final
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)