push to 2.12.0

This commit is contained in:
Sebastian Hugentobler 2025-06-04 18:31:58 +02:00
parent 9c894eb7e1
commit 384be12eab
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M
3 changed files with 3 additions and 14 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/golang:1.22-alpine3.20 AS builder
FROM docker.io/golang:1.22-alpine3.21 AS builder
RUN echo "ntfy:x:2222:2222:Linux User,,,:/:/ntfy" > /passwd
RUN mkdir -p /data/attachments
@ -10,7 +10,7 @@ RUN apk --no-cache add \
gcc \
npm
ENV VERSION=v2.11.0
ENV VERSION=v2.12.0
RUN git clone https://github.com/binwiederhier/ntfy.git
WORKDIR /go/ntfy