File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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 bullseye --format packages --only-fixed) \
39
+ $(debsecan --suite bookworm --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 @@ -76,7 +76,7 @@ RUN apt-get update \
76
76
&& apt-get install -y \
77
77
debsecan \
78
78
&& apt-get install --no-install-recommends -y \
79
- $(debsecan --suite bullseye --format packages --only-fixed) \
79
+ $(debsecan --suite bookworm --format packages --only-fixed) \
80
80
&& rm -rf /var/lib/apt/lists/*
81
81
82
82
# Copy the Composer PHAR from the Composer image into the PHP image
You can’t perform that action at this time.
0 commit comments