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

This commit was merged in pull request #115.
This commit is contained in:
2026-08-05 08:01:29 +00:00
parent bf13c62902
commit 868ef99d21
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################
# App builder stage
FROM golang:1.26.5-trixie@sha256:b24acf9b655de99fe9cda2888c1408805a07fe376c7b0063ce8cb3c491406751 AS app-builder
FROM golang:1.26.5-trixie@sha256:8229e3b2cf7fc08878a86977547e3119c173681c3cc4a64c38cf0c6fe0b42fa8 AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app