File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
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,13 @@ RUN apt-get update \
77 gnupg \
88 && rm -rf /var/lib/apt/lists/*
99
10- ENV NGINX_VERSION=1.24 .0-1~bookworm
10+ ARG NGINX_VERSION=1.28 .0-1~trixie
1111
1212SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
1313
14- # Note that we stop nginx from being available in systemd, as we run it manually in downstream images
1514# hadolint ignore=DL3008
1615RUN 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+ && echo 'deb http://nginx.org/packages/debian/ trixie nginx' >> /etc/apt/sources.list \
1817 && apt-get update -y \
1918 && apt-get install -y --no-install-recommends rpl chromium nginx=${NGINX_VERSION} \
2019 && rm /etc/init.d/nginx \
You can’t perform that action at this time.
0 commit comments