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 @@ -34,9 +34,9 @@ RUN install-php-extensions \
34
34
# Install security updates
35
35
RUN apt-get update \
36
36
&& apt-get install -y \
37
- debsecan \
37
+ debsecan \
38
38
&& apt-get install --no-install-recommends -y \
39
- $(debsecan --suite bookworm --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 @@ -72,9 +72,9 @@ RUN install-php-extensions \
72
72
# Install security updates
73
73
RUN apt-get update \
74
74
&& apt-get install -y \
75
- debsecan \
75
+ debsecan \
76
76
&& apt-get install --no-install-recommends -y \
77
- $(debsecan --suite bookworm --format packages --only-fixed) \
77
+ $(debsecan --suite bookworm --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