From fc9f2cb6e4f1b2737637b7d62c7b9b5afbe735e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 22:35:24 +0000 Subject: [PATCH] Update golang Docker tag to v1.21.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 759f78a..1dce3b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18.4 +FROM golang:1.21.0 LABEL "com.github.actions.name"="pushover-actions" LABEL "com.github.actions.description"="Push notifications for github repository changes through pushover"