From 21e0c5994b8926787d8aad318c8a577ce0515da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:32:56 +0000 Subject: [PATCH] Bump golang from 1.20-alpine to 1.26-alpine in /ip-notify Bumps golang from 1.20-alpine to 1.26-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-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..be21617 100644 --- a/ip-notify/Dockerfile +++ b/ip-notify/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20-alpine +FROM golang:1.26-alpine RUN apk --update --no-cache add git && \ cd /go/src && \