From 41fdd99d1344eb6ac527b84bd64ce7eaad9dff7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 20:47:17 +0000 Subject: [PATCH] Bump golang from 1.20-alpine to 1.23-alpine in /ip-notify Bumps golang from 1.20-alpine to 1.23-alpine. --- updated-dependencies: - dependency-name: golang 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..75a304d 100644 --- a/ip-notify/Dockerfile +++ b/ip-notify/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20-alpine +FROM golang:1.23-alpine RUN apk --update --no-cache add git && \ cd /go/src && \