From e6abe73c9790b892ba9a7dc8157a6bd775adb8ff Mon Sep 17 00:00:00 2001 From: valvin Date: Thu, 20 Apr 2023 13:23:55 +0200 Subject: [PATCH] chore: upgrade agate and alpine --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57b649f..e4dec03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,17 +6,17 @@ RUN wget -O /tmp/gmnitohtml.tar.gz https://git.sr.ht/~adnano/gmnitohtml/archive/ && tar -xvzf /tmp/gmnitohtml.tar.gz && cd gmnitohtml-${GMNITOHTML_VER} \ && make gmnitohtml && cp ./gmnitohtml /usr/local/bin/gmnitohtml -FROM alpine:3.16 as build_agate +FROM alpine:3.17 as build_agate -ENV AGATE_VER 3.2.4 +ENV AGATE_VER 3.3.0 RUN apk --no-cache add cargo RUN cargo install agate --version ${AGATE_VER} -FROM alpine:3.16 +FROM alpine:3.17 ENV GEMINI_DOMAIN example.com -ENV GEMINI_GIT_REPO https://gitlab.com/valvin/gemini-agate-image +ENV GEMINI_GIT_REPO https://git.valvin.fr/valvin/gemini-agate-image.git ENV GEMINI_GIT_PATH /app/data ENV GEMINI_CONTENT_FOLDER content ENV GEMINI_CERT_PATH /certs