chore(deps): update golang:1.26.1-trixie docker digest to 9c51d8b
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 6m58s

This commit is contained in:
2026-03-17 02:01:29 +00:00
parent 7b4d25d484
commit 52cc00190b

View File

@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################
# App builder stage
FROM golang:1.26.1-trixie@sha256:ab8c4944b04c6f97c2b5bffce471b7f3d55f2228badc55eae6cce87596d5710b AS app-builder
FROM golang:1.26.1-trixie@sha256:9c51d8b81d5404477ef5c9da94618f5be17610e4589325b5f1f742c35ed6f10b AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app