Merge pull request 'chore(deps): update golang docker tag to v1.26.4' (#84) from renovate/golang-1.x into dev

Reviewed-on: #84
This commit was merged in pull request #84.
This commit is contained in:
2026-06-03 02:16:37 +00:00
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################
# App builder stage
FROM golang:1.26.3-trixie@sha256:0f6b034c99663ea8957e7dae99124e37374cbe7fcb5b5646f19b185f8f976279 AS app-builder
FROM golang:1.26.4-trixie@sha256:0dcba0d95dbfb072e9917a106b9e07d7cc298097dc83e9307056ef1889de654d AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app