Skip to content

Commit 201b7c0

Browse files
Update to 8.9.3
1 parent be98c13 commit 201b7c0

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.2
63+
ENV DRUPAL_VERSION 8.9.3
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.2
53+
ENV DRUPAL_VERSION 8.9.3
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.2
63+
ENV DRUPAL_VERSION 8.9.3
6464

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

0 commit comments

Comments
 (0)