diff --git a/Dockerfile b/Dockerfile index aaca58c..0a84b8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \ ################################################################################ # App builder stage -FROM golang:1.26.2-trixie@sha256:c0074c718b473f3827043f86532c4c0ff537e3fe7a81b8219b0d1ccfcc2c9a09 AS app-builder +FROM golang:1.26.2-trixie@sha256:2388f7ee19b9852ad115bed589932f41afe0207afaa075fd91ae692d62825f2a AS app-builder COPY app/ /opt/app WORKDIR /opt/app