use alpine 3.22 as build base
All checks were successful
Vanwa Containers/ntfy/pipeline/tag This commit looks good

This commit is contained in:
Sebastian Hugentobler 2025-06-05 09:44:50 +02:00
parent 83afbec7ff
commit 85f1a121b4
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M

View file

@ -1,4 +1,4 @@
FROM docker.io/golang:1.24-alpine3.21 AS builder
FROM docker.io/golang:1.24-alpine3.22 AS builder
RUN echo "ntfy:x:2222:2222:Linux User,,,:/:/ntfy" > /passwd
RUN mkdir -p /data/attachments
@ -17,7 +17,6 @@ WORKDIR /go/ntfy
RUN git checkout "$VERSION"
ENV CGO_CFLAGS="-D_LARGEFILE64_SOURCE"
ENV GOPROXY="gocenter.io"
RUN make web
RUN make web-build