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 && \