chore(deps): update golang:1.26.5-trixie docker digest to f1a1324
changelog / changelog (push) Successful in 23s
Build only (for PRs) / build-only (pull_request) Successful in 5m1s

This commit was merged in pull request #119.
This commit is contained in:
2026-08-13 08:01:21 +00:00
parent c6ee104a8e
commit b10537c0d5
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################ ################################################################################
# App builder stage # App builder stage
FROM golang:1.26.5-trixie@sha256:98988b42f3293b627bf07c884ff17181a59501769cd8c06c7ba901e0ce2c9853 AS app-builder FROM golang:1.26.5-trixie@sha256:f1a132429b98724a904e9b3bdbaed399d8f923203c3e5170e6def66d0a7cc04c AS app-builder
COPY app/ /opt/app COPY app/ /opt/app
WORKDIR /opt/app WORKDIR /opt/app