From cde09e3bd008a50333e2768c46f3b1a07b7c0112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 08:43:56 +0000 Subject: [PATCH] chore(deps): bump the ci group with 2 updates Bumps the ci group with 2 updates: golang and static. Updates `golang` from 1.26.2-alpine3.23-dev to 1.26.3-alpine3.23-dev Updates `static` from `33a44e9` to `eeea5b5` --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.3-alpine3.23-dev dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci - dependency-name: static dependency-version: 20260413-alpine3.23 dependency-type: direct:production dependency-group: ci ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ecf6f05..981d392 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM dhi.io/golang:1.26.2-alpine3.23-dev@sha256:478ffa216735b5e2b1da36e22b508dff38e7bcc14122e94fb16bf2b1bf1f6c59 AS builder +FROM dhi.io/golang:1.26.3-alpine3.23-dev@sha256:ebe8be20382bd429303c52c58512145984b30e5ee0cca8f8861ada519c49afb1 AS builder ARG VERSION=0.0.0 ARG GIT_COMMIT=unknown @@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux \ -o /usr/local/bin/score-compose ./cmd/score-compose # 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. -FROM dhi.io/static:20260413-alpine3.23@sha256:33a44e9862f4aa8555e544d2c6100b340611c7b905cc939acc585d55a3d13361 +FROM dhi.io/static:20260413-alpine3.23@sha256:eeea5b5f4dc394069d2afb9e83af0b4af640709fda0c2cfbdbdbbb3a4b8ecf6f # Set the current working directory inside the container. WORKDIR /score-compose