Compare commits
8 Commits
1d5a66a385
...
98194ed52c
Author | SHA1 | Date | |
---|---|---|---|
98194ed52c | |||
47ca53287e | |||
f93f798cde | |||
452413c3d1 | |||
798f82c110 | |||
b3aa822da3 | |||
c12eb0b381 | |||
48f1281ba6 |
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.19.1 as base
|
FROM alpine:3.20.0 as base
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
FROM base AS base-amd64
|
FROM base AS base-amd64
|
||||||
@ -59,7 +59,7 @@ RUN python3 -m venv /app/certbot/ && /app/certbot/bin/pip install --upgrade pip
|
|||||||
#Added additional pip steps to fix cython 3.0.0 issue - https://github.com/yaml/pyyaml/issues/601
|
#Added additional pip steps to fix cython 3.0.0 issue - https://github.com/yaml/pyyaml/issues/601
|
||||||
COPY requirements.txt /app/certbot/requirements.txt
|
COPY requirements.txt /app/certbot/requirements.txt
|
||||||
RUN apk add --no-cache --virtual .deps gcc python3-dev libc-dev libffi-dev && \
|
RUN apk add --no-cache --virtual .deps gcc python3-dev libc-dev libffi-dev && \
|
||||||
/app/certbot/bin/pip install wheel && \
|
/app/certbot/bin/pip install wheel setuptools && \
|
||||||
/app/certbot/bin/pip install "Cython<3.0" pyyaml --no-build-isolation && \
|
/app/certbot/bin/pip install "Cython<3.0" pyyaml --no-build-isolation && \
|
||||||
/app/certbot/bin/pip install -r /app/certbot/requirements.txt && \
|
/app/certbot/bin/pip install -r /app/certbot/requirements.txt && \
|
||||||
ln -s /app/certbot/bin/certbot /usr/bin/certbot &&\
|
ln -s /app/certbot/bin/certbot /usr/bin/certbot &&\
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# For pinning Certbot packages to then be parsed by Renovate
|
# For pinning Certbot packages to then be parsed by Renovate
|
||||||
|
|
||||||
certbot ==2.9.0
|
certbot ==2.10.0
|
||||||
certbot-dns-cloudflare ==2.9.0
|
certbot-dns-cloudflare ==2.10.0
|
Loading…
x
Reference in New Issue
Block a user