File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN set -x; \
2121 && case "$dpkgArch" in \
2222 amd64|arm64) \
2323# arches officialy built by upstream
24- echo "deb [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/debian/ bookworm nginx" >> /etc/apt/sources.list.d/nginx.list \
24+ echo "deb [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/debian/ trixie nginx" >> /etc/apt/sources.list.d/nginx.list \
2525 && apt-get update \
2626 ;; \
2727 *) \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN set -x; \
1919 && case "$dpkgArch" in \
2020 amd64|arm64) \
2121# arches officialy built by upstream
22- echo "deb [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/debian/ bookworm nginx" >> /etc/apt/sources.list.d/nginx.list \
22+ echo "deb [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/debian/ trixie nginx" >> /etc/apt/sources.list.d/nginx.list \
2323 && apt-get update \
2424 ;; \
2525 *) \
Original file line number Diff line number Diff line change 33#
44# PLEASE DO NOT EDIT IT DIRECTLY.
55#
6- FROM debian:bookworm -slim
6+ FROM debian:trixie -slim
77
88LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
99
1010ENV NGINX_VERSION 1.28.0
1111ENV NJS_VERSION 0.8.10
12- ENV NJS_RELEASE 1~bookworm
13- ENV PKG_RELEASE 1~bookworm
14- ENV DYNPKG_RELEASE 1~bookworm
12+ ENV NJS_RELEASE 1~trixie
13+ ENV PKG_RELEASE 1~trixie
14+ ENV DYNPKG_RELEASE 1~trixie
1515
1616RUN set -x \
1717# create nginx user/group first, to be consistent throughout docker variants
@@ -48,7 +48,7 @@ RUN set -x \
4848 && case "$dpkgArch" in \
4949 amd64|arm64) \
5050# arches officialy built by upstream
51- echo "deb [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/debian/ bookworm nginx" >> /etc/apt/sources.list.d/nginx.list \
51+ echo "deb [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/debian/ trixie nginx" >> /etc/apt/sources.list.d/nginx.list \
5252 && apt-get update \
5353 ;; \
5454 *) \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ declare -A dynpkg=(
5151
5252declare -A debian=(
5353 [mainline]=' trixie'
54- [stable]=' bookworm '
54+ [stable]=' trixie '
5555)
5656
5757declare -A alpine=(
You can’t perform that action at this time.
0 commit comments