chore(deps): update golang:1.26.4-trixie docker digest to 0f4938e
Build only (for PRs) / build-only (pull_request) Successful in 10m27s

This commit is contained in:
2026-06-11 05:00:45 +00:00
parent cdbe89be5f
commit ed8d737b01
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################
# App builder stage
FROM golang:1.26.4-trixie@sha256:0dcba0d95dbfb072e9917a106b9e07d7cc298097dc83e9307056ef1889de654d AS app-builder
FROM golang:1.26.4-trixie@sha256:0f4938e8d12c5c64fbf0d5d15e950c437ad4c65f761890cfbb466fee75a7bbaa AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app