diff --git a/.github/dockerfile-for-dependabot/Dockerfile b/.github/dockerfile-for-dependabot/Dockerfile index a4f7f0a..1f24eab 100644 --- a/.github/dockerfile-for-dependabot/Dockerfile +++ b/.github/dockerfile-for-dependabot/Dockerfile @@ -1,2 +1,2 @@ # Used for dependabot to detect new golang versions -FROM golang:1.24.2-alpine +FROM golang:1.24.3-alpine