Skip to content

Commit f185312

Browse files
authored
upgrade to trixie
1 parent 30141bb commit f185312

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
# Force php to the background so nginx can be in foreground
5-
php-fpm8.2 -D
5+
php-fpm8.4 -D
66

77
# Force nginx into the foreground
88
nginx -g 'daemon off;'

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#| Builder Container
2-
FROM debian:bookworm-slim AS builder
2+
FROM debian:trixie-slim AS builder
33
# Copy source files and build script
44
COPY /src /src
55
COPY --chmod=0755 build.sh /build.sh
@@ -10,7 +10,7 @@ RUN set -x \
1010
&& /build.sh
1111

1212
#| Main Container
13-
FROM debian:bookworm-slim
13+
FROM debian:trixie-slim
1414
RUN set -x \
1515
# create nginx user/group first, to be consistent throughout docker variants
1616
&& groupadd --system --gid 101 nginx \

0 commit comments

Comments
 (0)