Skip to content

Commit 9fafeea

Browse files
committed
Use Alpine 3.20
1 parent 11ee2ba commit 9fafeea

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="docker.io"
44

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

7-
FROM ${REGISTRY}/essentialkaos/golang:alpine3.18 as builder
7+
FROM ${REGISTRY}/essentialkaos/golang:alpine3.20 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.18
17+
FROM ${REGISTRY}/essentialkaos/alpine:3.20
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)