MAJ ntfy build image

This commit is contained in:
Gitouche 2023-03-25 23:40:34 +01:00
parent 627b8835af
commit ec95689f78
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#Build stage
FROM docker.io/library/golang:1.19-alpine3.16 AS build-env
FROM docker.io/library/golang:1.20-alpine3.17 AS build-env
ARG NTFY_VERSION
@ -15,7 +15,7 @@ RUN git clone --depth=1 -b "${NTFY_VERSION}" https://github.com/binwiederhier/nt
#Build
RUN cd ntfy && make web && make docs && make cli-linux-amd64
FROM docker.io/library/alpine:3.16
FROM docker.io/library/alpine:3.17
LABEL maintainer="contact@garbaye.fr"
EXPOSE 80/tcp