diff --git a/Containerfile b/Containerfile index b24be63..56a1384 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/golang:1.22-alpine3.21 AS builder +FROM docker.io/golang:1.24-alpine3.21 AS builder RUN echo "ntfy:x:2222:2222:Linux User,,,:/:/ntfy" > /passwd RUN mkdir -p /data/attachments