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 11# syntax=docker/dockerfile:1.7-labs
2- FROM php:8.4.6-fpm-bookworm
2+ FROM php:8.4.6-fpm-bullseye
33
44ENV APP_ENV prod
55ENV APP_DEBUG 0
@@ -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 bookworm --format packages --only-fixed) \
39+ $(debsecan --suite bullseye --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 1- FROM php:8.4.6-fpm-bookworm
1+ FROM php:8.4.6-fpm-bullseye
22
33# Let's use bash as a default shell with login each time
44SHELL ["/bin/bash", "--login", "-c"]
@@ -74,7 +74,7 @@ RUN apt-get update \
7474 && apt-get install -y \
7575 debsecan \
7676 && apt-get install --no-install-recommends -y \
77- $(debsecan --suite bookworm --format packages --only-fixed) \
77+ $(debsecan --suite bullseye --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