Skip to content

Commit e1c00ac

Browse files
Update to 9.1.2
1 parent dd8fa94 commit e1c00ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

9.1/apache-buster/Dockerfile

+1-1
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 9.1.0
63+
ENV DRUPAL_VERSION 9.1.2
6464

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

9.1/fpm-alpine3.12/Dockerfile

+1-1
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 9.1.0
53+
ENV DRUPAL_VERSION 9.1.2
5454

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

9.1/fpm-buster/Dockerfile

+1-1
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 9.1.0
63+
ENV DRUPAL_VERSION 9.1.2
6464

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

0 commit comments

Comments
 (0)