Skip to content

Commit 537d74c

Browse files
Update to 8.9.13
1 parent a0d1097 commit 537d74c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

8.9/apache-buster/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN { \
5959
COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
6060

6161
# https://www.drupal.org/node/3060/release
62-
ENV DRUPAL_VERSION 8.9.12
62+
ENV DRUPAL_VERSION 8.9.13
6363

6464
WORKDIR /opt/drupal
6565
RUN set -eux; \

8.9/fpm-alpine3.12/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN { \
4949
COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
5050

5151
# https://www.drupal.org/node/3060/release
52-
ENV DRUPAL_VERSION 8.9.12
52+
ENV DRUPAL_VERSION 8.9.13
5353

5454
WORKDIR /opt/drupal
5555
RUN set -eux; \

8.9/fpm-buster/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN { \
5959
COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
6060

6161
# https://www.drupal.org/node/3060/release
62-
ENV DRUPAL_VERSION 8.9.12
62+
ENV DRUPAL_VERSION 8.9.13
6363

6464
WORKDIR /opt/drupal
6565
RUN set -eux; \

0 commit comments

Comments
 (0)