From 9f8bc9175772aee7d550acc68f7c322ec5f72494 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 22:34:20 +0200 Subject: [PATCH] Update dependency golang to v1.18.4 (#20) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e12cbf..759f78a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18.3 +FROM golang:1.18.4 LABEL "com.github.actions.name"="pushover-actions" LABEL "com.github.actions.description"="Push notifications for github repository changes through pushover"