chore: upgrade agate and alpine
continuous-integration/drone Build is passing Details

This commit is contained in:
valvin 2023-04-20 13:23:55 +02:00
parent 1fb976e1d1
commit e6abe73c97
1 changed files with 4 additions and 4 deletions

View File

@ -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