Merge pull request 'chore(deps): update golang:1.26.2-trixie docker digest to c0074c7' (#68) from renovate/golang-1.26.2-trixie into dev

Reviewed-on: #68
This commit was merged in pull request #68.
This commit is contained in:
2026-04-15 14:40:20 +00:00

View File

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