Skip to content

Commit 047dd4a

Browse files
committed
Update balena/open-balena-base to v20.0.0, haproxy to 1.28
Update balena/open-balena-base from 19.2.1 to 20.0.0 Change-type: patch
1 parent 0491665 commit 047dd4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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+
ENV NGINX_VERSION=1.28.0-1~trixie
1111

1212
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1313

1414
# Note that we stop nginx from being available in systemd, as we run it manually in downstream images
1515
# hadolint ignore=DL3008
1616
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 \
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 \

0 commit comments

Comments
 (0)