Skip to content

Commit 81df56c

Browse files
committed
Chore(ci) - Use bookworm suite within debsecan
1 parent 8dce8bf commit 81df56c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Dockerfile_dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)