Skip to content

Commit

Permalink
Bump transitive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Dec 14, 2024
1 parent 833fc71 commit a398e20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions proxy-manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.2.2
ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.2.5
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -16,13 +16,16 @@ COPY patches/*.patch /usr/src/
ARG NGINX_PROXY_MANAGER_VERSION="v2.10.4"
# hadolint ignore=DL3003,DL3042
RUN \
apk add --no-cache \
libcrypto3=3.1.7-r1 \
libssl3=3.1.7-r1 && \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
git=2.43.5-r0 \
libffi-dev=3.4.4-r3 \
openssl-dev=3.1.7-r0 \
openssl-dev=3.1.7-r1 \
patch=2.7.6-r10 \
python3-dev=3.11.10-r0 \
python3-dev=3.11.11-r0 \
\
&& apk add --no-cache \
apache2-utils=2.4.62-r0 \
Expand All @@ -31,9 +34,9 @@ RUN \
logrotate=3.21.0-r1 \
nginx-mod-stream=1.24.0-r16 \
nginx=1.24.0-r16 \
openssl=3.1.7-r0 \
openssl=3.1.7-r1 \
py3-pip=23.3.1-r0 \
python3=3.11.10-r0 \
python3=3.11.11-r0 \
\
&& pip3 install -r /tmp/requirements.txt \
\
Expand Down
2 changes: 1 addition & 1 deletion proxy-manager/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
certbot-dns-cloudflare==2.10.0
certbot-dns-cloudflare==2.11.0

0 comments on commit a398e20

Please sign in to comment.