chore(deps): update golang docker tag to v1.26.5
Build only (for PRs) / build-only (pull_request) Successful in 5m1s

This commit is contained in:
2026-07-08 00:01:14 +00:00
parent bacd7998e6
commit 2e9243a40f
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################
# App builder stage
FROM golang:1.26.4-trixie@sha256:68b7145ec43d1820b9a56704554b53d1520aa2a15cb5233e374188a31b2a1bce AS app-builder
FROM golang:1.26.5-trixie@sha256:8d5bf3ef8fd204fea2ea0dea4b46d4ecdabceb88b9b4cb86d2b323425add49c7 AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app