Fix go version in Dockerfile (#859)

* Add dockerfile updates and cooldown settings to dependabot

* Upgrade Go version in Dockerfile to 1.25.0
This commit is contained in:
Jonas Plum
2026-03-01 19:35:13 +01:00
committed by GitHub
parent dd77f21d6a
commit 84bf27a415
2 changed files with 43 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ RUN set -eux ; \
tar -xJf /tmp/curl.tar.xz -C /tmp ; \
chmod +x /tmp/curl ;
FROM golang:1.24.0@sha256:3f7444391c51a11a039bf0359ee81cc64e663c17d787ad0e637a4de1a3f62a71 AS build
FROM golang:1.25.0@sha256:5502b0e56fca23feba76dbc5387ba59c593c02ccc2f0f7355871ea9a0852cebe AS build
WORKDIR /app