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 \
3434# Install security updates
3535RUN apt-get update \
3636 && apt-get install -y \
37- debsecan \
37+ debsecan \
3838 && apt-get install --no-install-recommends -y \
39- $(debsecan --suite bookworm --format packages --only-fixed) \
39+ $(debsecan --suite bookworm --format packages --only-fixed) \
4040 && rm -rf /var/lib/apt/lists/*
4141
4242# 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 \
7272# Install security updates
7373RUN apt-get update \
7474 && apt-get install -y \
75- debsecan \
75+ debsecan \
7676 && apt-get install --no-install-recommends -y \
77- $(debsecan --suite bookworm --format packages --only-fixed) \
77+ $(debsecan --suite bookworm --format packages --only-fixed) \
7878 && rm -rf /var/lib/apt/lists/*
7979
8080# Copy the Composer PHAR from the Composer image into the PHP image
You can’t perform that action at this time.
0 commit comments