Merge pull request 'chore(deps): update golang docker tag to v1.26.6' (#120) from renovate/golang-1.x into dev
changelog / changelog (push) Successful in 13s

Reviewed-on: #120
This commit was merged in pull request #120.
This commit is contained in:
2026-08-15 17:53:52 +00:00
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################
# App builder stage
FROM golang:1.26.5-trixie@sha256:f1a132429b98724a904e9b3bdbaed399d8f923203c3e5170e6def66d0a7cc04c AS app-builder
FROM golang:1.26.6-trixie@sha256:ab563819a16cfe5faff0f96a8bb598fbb0e400ab2ac751996e60abcb23b106a3 AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app