From 07069523f1c8af9a3f8ed6bc68ec58ebd3743bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:59:39 +0000 Subject: [PATCH] Bump golang from 1.20-alpine to 1.25-alpine in /ip-notify Bumps golang from 1.20-alpine to 1.25-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ip-notify/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip-notify/Dockerfile b/ip-notify/Dockerfile index 8115815..66d851b 100644 --- a/ip-notify/Dockerfile +++ b/ip-notify/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20-alpine +FROM golang:1.25-alpine RUN apk --update --no-cache add git && \ cd /go/src && \