chore(deps): update golang:1.26.4-trixie docker digest to 68b7145
changelog / changelog (push) Successful in 8s
Build only (for PRs) / build-only (pull_request) Successful in 38s

This commit was merged in pull request #102.
This commit is contained in:
2026-06-29 20:01:05 +00:00
parent dd53489dfa
commit 9e37f60604
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################
# App builder stage
FROM golang:1.26.4-trixie@sha256:76a29248dedcd75870e95cbd90cc8cb356db082404ac7d3a5803f276c3ba79c9 AS app-builder
FROM golang:1.26.4-trixie@sha256:68b7145ec43d1820b9a56704554b53d1520aa2a15cb5233e374188a31b2a1bce AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app