Skip to content

Commit 4ec63d3

Browse files
Update to 9.0.11
1 parent dac9cf4 commit 4ec63d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

9.0/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 9.0.10
62+
ENV DRUPAL_VERSION 9.0.11
6363

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

9.0/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 9.0.10
52+
ENV DRUPAL_VERSION 9.0.11
5353

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

9.0/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 9.0.10
62+
ENV DRUPAL_VERSION 9.0.11
6363

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

0 commit comments

Comments
 (0)