chore(deps): update golang:1.26.3-trixie docker digest to f34e716
Build only (for PRs) / build-only (pull_request) Successful in 39s

This commit is contained in:
2026-05-20 11:01:51 +00:00
parent 5e60726efe
commit 8a6eb3e1c6
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################ ################################################################################
# App builder stage # App builder stage
FROM golang:1.26.3-trixie@sha256:a085df697019cb63b40a70f6a92b948f7dc9df96dfcb2c20ba6eed25ce28f5b3 AS app-builder FROM golang:1.26.3-trixie@sha256:f34e7161a14638b812ce491bd89c81718f309cac6ec0ffe016e5fbcb4bdc8c06 AS app-builder
COPY app/ /opt/app COPY app/ /opt/app
WORKDIR /opt/app WORKDIR /opt/app