chore(deps): update golang docker tag to v1.26.2
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 6m44s

This commit is contained in:
2026-04-07 23:01:21 +00:00
parent 25eafe3959
commit 7c00e399d9

View File

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