chore: upgrade agate and alpine
continuous-integration/drone Build is passing
Details
continuous-integration/drone Build is passing
Details
This commit is contained in:
parent
1fb976e1d1
commit
e6abe73c97
|
@ -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} \
|
&& tar -xvzf /tmp/gmnitohtml.tar.gz && cd gmnitohtml-${GMNITOHTML_VER} \
|
||||||
&& make gmnitohtml && cp ./gmnitohtml /usr/local/bin/gmnitohtml
|
&& 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 apk --no-cache add cargo
|
||||||
RUN cargo install agate --version ${AGATE_VER}
|
RUN cargo install agate --version ${AGATE_VER}
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.16
|
FROM alpine:3.17
|
||||||
ENV GEMINI_DOMAIN example.com
|
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_GIT_PATH /app/data
|
||||||
ENV GEMINI_CONTENT_FOLDER content
|
ENV GEMINI_CONTENT_FOLDER content
|
||||||
ENV GEMINI_CERT_PATH /certs
|
ENV GEMINI_CERT_PATH /certs
|
||||||
|
|
Loading…
Reference in New Issue