File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.7-labs
2
- FROM php:8.4.6-fpm-bookworm
2
+ FROM php:8.4.6-fpm-bullseye
3
3
4
4
ENV APP_ENV prod
5
5
ENV APP_DEBUG 0
@@ -36,7 +36,7 @@ RUN apt-get update \
36
36
&& apt-get install -y \
37
37
debsecan \
38
38
&& apt-get install --no-install-recommends -y \
39
- $(debsecan --suite bookworm --format packages --only-fixed) \
39
+ $(debsecan --suite bullseye --format packages --only-fixed) \
40
40
&& rm -rf /var/lib/apt/lists/*
41
41
42
42
# Copy the Composer PHAR from the Composer image into the PHP image
Original file line number Diff line number Diff line change 1
- FROM php:8.4.6-fpm-bookworm
1
+ FROM php:8.4.6-fpm-bullseye
2
2
3
3
# Let's use bash as a default shell with login each time
4
4
SHELL ["/bin/bash", "--login", "-c"]
@@ -74,7 +74,7 @@ RUN apt-get update \
74
74
&& apt-get install -y \
75
75
debsecan \
76
76
&& apt-get install --no-install-recommends -y \
77
- $(debsecan --suite bookworm --format packages --only-fixed) \
77
+ $(debsecan --suite bullseye --format packages --only-fixed) \
78
78
&& rm -rf /var/lib/apt/lists/*
79
79
80
80
# Copy the Composer PHAR from the Composer image into the PHP image
You can’t perform that action at this time.
0 commit comments