chore(deps): update golang:1.26.5-trixie docker digest to 4ee9ffa
Build only (for PRs) / build-only (pull_request) Successful in 10s
changelog / changelog (push) Successful in 7s

This commit was merged in pull request #111.
This commit is contained in:
2026-07-20 05:00:57 +00:00
parent 62e5cd1f09
commit 102b06d6be
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################
# App builder stage
FROM golang:1.26.5-trixie@sha256:117e07f49461abb984fc8aef661432461ff43d06faa22c3b73af6a49ce325cb9 AS app-builder
FROM golang:1.26.5-trixie@sha256:4ee9ffa999b4583ce281939cdff828763083610292f252279a0cee77473bd9a7 AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app