Skip to content

Commit 597f47a

Browse files
committed
Fixed indentations
1 parent 34b335e commit 597f47a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ RUN install-php-extensions \
3434
# Install security updates
3535
RUN 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

Dockerfile_dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ RUN install-php-extensions \
7272
# Install security updates
7373
RUN 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

0 commit comments

Comments
 (0)