1 Commits

Author SHA1 Message Date
renovate-bot 74e08012d3 chore(deps): update golang:1.26.2-trixie docker digest to cd8540d
Build only (for PRs) / build-only (pull_request) Successful in 22s
2026-04-22 11:01:25 +00:00
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################
# App builder stage
FROM golang:1.26.2-trixie@sha256:c0074c718b473f3827043f86532c4c0ff537e3fe7a81b8219b0d1ccfcc2c9a09 AS app-builder
FROM golang:1.26.2-trixie@sha256:cd8540d626ab35272a8f5ef829c5e5f189ce1dfbf467c123320c191c69c23245 AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app