use alpine 3.22 as build base
All checks were successful
Vanwa Containers/ntfy/pipeline/tag This commit looks good
All checks were successful
Vanwa Containers/ntfy/pipeline/tag This commit looks good
This commit is contained in:
parent
83afbec7ff
commit
85f1a121b4
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue