From 9babe18336f15c6de172cd0215fc576a1a57bf44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 03:25:34 +0000 Subject: [PATCH] chore(deps): bump golang from 1.26.5-alpine to 1.26.6-alpine Bumps golang from 1.26.5-alpine to 1.26.6-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.6-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c485ff5..9f84760 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN npm run build # Runs on the native architecture and cross-compiles to the target. CGO is # required for the SQLite driver, so a target-matched C toolchain is installed # via xx rather than emulating the whole build. -FROM --platform=$BUILDPLATFORM golang:1.26.5-alpine@sha256:0178a641fbb4858c5f1b48e34bdaabe0350a330a1b1149aabd498d0699ff5fb2 AS builder-api +FROM --platform=$BUILDPLATFORM golang:1.26.6-alpine@sha256:3889b425f035be855a72fb4755265311293b6d414521f0a519d819df32222d83 AS builder-api COPY --from=xx / / RUN apk add --no-cache clang lld ARG TARGETPLATFORM