Skip to content

Commit dd8fa94

Browse files
Update to 8.9.12
1 parent eeb6e0b commit dd8fa94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

8.9/apache-buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN { \
6060
COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
6161

6262
# https://www.drupal.org/node/3060/release
63-
ENV DRUPAL_VERSION 8.9.11
63+
ENV DRUPAL_VERSION 8.9.12
6464

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

8.9/fpm-alpine3.12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN { \
5050
COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
5151

5252
# https://www.drupal.org/node/3060/release
53-
ENV DRUPAL_VERSION 8.9.11
53+
ENV DRUPAL_VERSION 8.9.12
5454

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

8.9/fpm-buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN { \
6060
COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
6161

6262
# https://www.drupal.org/node/3060/release
63-
ENV DRUPAL_VERSION 8.9.11
63+
ENV DRUPAL_VERSION 8.9.12
6464

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

0 commit comments

Comments
 (0)