chore(deps): update golang:1.27.0-trixie docker digest to ae28539
changelog / changelog (push) Successful in 8s
Build only (for PRs) / build-only (pull_request) Successful in 6m57s

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