diff --git a/Dockerfile b/Dockerfile index 759f78a..68d8c9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18.4 +FROM golang:1.22.3 LABEL "com.github.actions.name"="pushover-actions" LABEL "com.github.actions.description"="Push notifications for github repository changes through pushover"