Skip to content

Commit b5170fe

Browse files
chore(deps): bump the ci group with 2 updates (#485)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d71d18 commit b5170fe

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 dhi.io/golang:1.26.2-alpine3.23-dev@sha256:478ffa216735b5e2b1da36e22b508dff38e7bcc14122e94fb16bf2b1bf1f6c59 AS builder
1+
FROM dhi.io/golang:1.26.3-alpine3.23-dev@sha256:ebe8be20382bd429303c52c58512145984b30e5ee0cca8f8861ada519c49afb1 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-compose ./cmd/score-compose
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:33a44e9862f4aa8555e544d2c6100b340611c7b905cc939acc585d55a3d13361
24+
FROM dhi.io/static:20260413-alpine3.23@sha256:eeea5b5f4dc394069d2afb9e83af0b4af640709fda0c2cfbdbdbbb3a4b8ecf6f
2525

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

0 commit comments

Comments
 (0)