chore(deps): update golang:1.26.5-trixie docker digest to c5fa560
changelog / changelog (push) Successful in 8s
Build only (for PRs) / build-only (pull_request) Successful in 18s

This commit was merged in pull request #109.
This commit is contained in:
2026-07-14 11:01:21 +00:00
parent 8411ef7f9e
commit c6ccd7ea24
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################
# App builder stage
FROM golang:1.26.5-trixie@sha256:6124dff53430cc169680a8d3c7e210725193818ac1f686e12c0db609d8e21621 AS app-builder
FROM golang:1.26.5-trixie@sha256:c5fa560ff09f181211b5dc09158b5ac08c05fe379a7f8f083ac618386098f602 AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app