forked from mirrors/ntfy
1
0
Fork 0

Dockerfile*: use my images

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-06-03 15:33:31 -04:00
parent 77f5dd705c
commit 8eecd3c72a
Signed by: vbatts
GPG Key ID: E30EFAA812C6E5ED
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM alpine
FROM r.batts.cloud/debian:testing
LABEL org.opencontainers.image.authors="philipp.heckel@gmail.com"
LABEL org.opencontainers.image.url="https://ntfy.sh/"

View File

@ -1,4 +1,4 @@
FROM golang:1.19-bullseye as builder
FROM r.batts.cloud/golang:1.19 as builder
ARG VERSION=dev
ARG COMMIT=unknown
@ -37,7 +37,7 @@ ADD ./user ./user
ADD ./util ./util
RUN make VERSION=$VERSION COMMIT=$COMMIT cli-linux-server
FROM alpine
FROM r.batts.cloud/debian:testing
LABEL org.opencontainers.image.authors="philipp.heckel@gmail.com"
LABEL org.opencontainers.image.url="https://ntfy.sh/"