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

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