Skip to content

Commit 5df7f5b

Browse files
alpine3-24 (#66)
2 parents dcb5639 + 56d53c3 commit 5df7f5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM dhi.io/golang:1.26.4-alpine3.23-dev@sha256:e5fdaf8c202914575667f343c52703d28d579454066138c682f5bb6f9d259854 AS builder
1+
FROM --platform=$BUILDPLATFORM dhi.io/golang:1.26.4-alpine3.24-dev@sha256:8c0a72d824e41949727f0907f851fff7bbd26b788d8e116facdddf84cb9f2905 AS builder
22

33
ARG VERSION=0.0.0
44
ARG GIT_COMMIT=unknown
@@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux \
2121
-o /usr/local/bin/score-helm ./cmd/score-helm
2222

2323
# We can use static since we don't rely on any linux libs or state, but we need ca-certificates to connect to https/oci with the init command.
24-
FROM dhi.io/static:20260413-alpine3.23@sha256:eeea5b5f4dc394069d2afb9e83af0b4af640709fda0c2cfbdbdbbb3a4b8ecf6f
24+
FROM dhi.io/static:20260611-alpine3.24@sha256:390fea8b496568bd8e8f085ab8a1c92403d9baa047e1f82436c7874694de2c2d
2525

2626
# Set the current working directory inside the container.
2727
WORKDIR /score-helm

0 commit comments

Comments
 (0)