File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM balena/open-balena-base:19.2.1 -s6-overlay
1+ FROM balena/open-balena-base:20.0.0 -s6-overlay
22
33# Install gnupg to allow us to add the nginx signing key
44# hadolint ignore=DL3008
@@ -7,14 +7,14 @@ RUN apt-get update \
77 gnupg \
88 && rm -rf /var/lib/apt/lists/*
99
10- ENV NGINX_VERSION=1.24.0-1~bookworm
10+ # renovate: datasource=repology depName=debian_13/nginx versioning=loose
11+ ARG NGINX_VERSION=1.28.0-1~trixie
1112
1213SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
1314
14- # Note that we stop nginx from being available in systemd, as we run it manually in downstream images
1515# hadolint ignore=DL3008
16- RUN wget -q -O - https://nginx.org/keys/nginx_signing.key | apt-key add - \
17- && echo 'deb http://nginx.org/packages/debian/ bookworm nginx' >> /etc/apt/sources.list \
16+ RUN wget -q -O /etc/apt/trusted.gpg.d/nginx.asc https://nginx.org/keys/nginx_signing.key \
17+ && echo 'deb http://nginx.org/packages/debian/ trixie nginx' >> /etc/apt/sources.list \
1818 && apt-get update -y \
1919 && apt-get install -y --no-install-recommends rpl chromium nginx=${NGINX_VERSION} \
2020 && rm /etc/init.d/nginx \
You can’t perform that action at this time.
0 commit comments