push to 2.11.0
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 22m17s

This commit is contained in:
Sebastian Hugentobler 2024-05-27 17:47:22 +02:00
parent e12fdbf8fb
commit 9c894eb7e1
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

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