chore(deps): update golang:1.26.4-trixie docker digest to a425cb1
Build only (for PRs) / build-only (pull_request) Successful in 3m44s

This commit was merged in pull request #99.
This commit is contained in:
2026-06-24 11:01:02 +00:00
parent e80d8f1286
commit cc7b38430e
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################
# App builder stage
FROM golang:1.26.4-trixie@sha256:d4e92b5fc5b198732bc1f90bf08d581a482707c4bc724efd1484e59016c1d992 AS app-builder
FROM golang:1.26.4-trixie@sha256:a425cb16126d04e54977fca468d65d3f5af8722f8476cf2fe48906d47a626ec0 AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app