chore(deps): update golang:1.27.0-trixie docker digest to 41967f5
changelog / changelog (push) Successful in 20s
Build only (for PRs) / build-only (pull_request) Successful in 7m30s

This commit was merged in pull request #128.
This commit is contained in:
2026-08-25 05:00:55 +00:00
parent 282d59fff6
commit 3850a7e815
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################
# App builder stage
FROM golang:1.27.0-trixie@sha256:6212da3924947f4b6a939df02ea627c13f338f1a41d6c3fcb0dd9d076eef46c4 AS app-builder
FROM golang:1.27.0-trixie@sha256:41967f5284f1a222daf775c60220ac99525208717420e6e739235c409d7cb156 AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app