diff --git a/Dockerfile b/Dockerfile index bf7d738..0e4acca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \ ################################################################################ # App builder stage -FROM golang:1.26.6-trixie@sha256:b75d466dd608587fd66cca705a307ba65b889827d06ad61d6a75f0482b51b7c7 AS app-builder +FROM golang:1.26.7-trixie@sha256:b389f1219965d8ba67776b81d17308ab25fa763be3855e5fe63ebcb10e15f3a1 AS app-builder COPY app/ /opt/app WORKDIR /opt/app