chore(deps): update golang docker tag to v1.26.5
Build only (for PRs) / build-only (pull_request) Failing after 11s

This commit is contained in:
2026-07-07 23:01:08 +00:00
parent bacd7998e6
commit c03d3172f8
+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:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app