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; \
21
21
&& case "$dpkgArch" in \
22
22
amd64|arm64) \
23
23
# 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 \
25
25
&& apt-get update \
26
26
;; \
27
27
*) \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN set -x; \
19
19
&& case "$dpkgArch" in \
20
20
amd64|arm64) \
21
21
# 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 \
23
23
&& apt-get update \
24
24
;; \
25
25
*) \
Original file line number Diff line number Diff line change 3
3
#
4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
- FROM debian:bookworm -slim
6
+ FROM debian:trixie -slim
7
7
8
8
LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >"
9
9
10
10
ENV NGINX_VERSION 1.28.0
11
11
ENV 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
15
15
16
16
RUN set -x \
17
17
# create nginx user/group first, to be consistent throughout docker variants
@@ -48,7 +48,7 @@ RUN set -x \
48
48
&& case "$dpkgArch" in \
49
49
amd64|arm64) \
50
50
# 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 \
52
52
&& apt-get update \
53
53
;; \
54
54
*) \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ declare -A dynpkg=(
51
51
52
52
declare -A debian=(
53
53
[mainline]=' trixie'
54
- [stable]=' bookworm '
54
+ [stable]=' trixie '
55
55
)
56
56
57
57
declare -A alpine=(
You can’t perform that action at this time.
0 commit comments