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 \
3636 && apt-get install -y \
3737 debsecan \
3838 && apt-get install --no-install-recommends -y \
39- $(debsecan --suite bullseye --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 @@ -76,7 +76,7 @@ RUN apt-get update \
7676 && apt-get install -y \
7777 debsecan \
7878 && apt-get install --no-install-recommends -y \
79- $(debsecan --suite bullseye --format packages --only-fixed) \
79+ $(debsecan --suite bookworm --format packages --only-fixed) \
8080 && rm -rf /var/lib/apt/lists/*
8181
8282# Copy the Composer PHAR from the Composer image into the PHP image
You can’t perform that action at this time.
0 commit comments