Skip to content

Commit 123b91a

Browse files
committed
Update D11
1 parent 08aa0f2 commit 123b91a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
push: true
5151
tags: |
5252
insready/drupal-dev:10
53-
insready/drupal-dev:latest
5453
-
5554
name: Build and push - D11
5655
id: docker_build_11
@@ -61,6 +60,7 @@ jobs:
6160
push: true
6261
tags: |
6362
insready/drupal-dev:11
63+
insready/drupal-dev:latest
6464
-
6565
name: Build and push - ContentaCMS
6666
id: docker_build_contenta

11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM drupal:11.0-rc
1+
FROM drupal:11
22

33
# install the PHP extensions we need
44
RUN apt-get update \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Supported tags and respective `Dockerfile` links
2-
- [`10`, `latest` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-dev/blob/master/10/Dockerfile)
3-
- [`11` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-dev/blob/master/11/Dockerfile)
2+
- [`11`, `latest` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-dev/blob/master/11/Dockerfile)
3+
- [`10` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-dev/blob/master/10/Dockerfile)
44
- [`9` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-dev/blob/master/9/Dockerfile)
55
- [`contentacms` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-dev/blob/master/contentacms/Dockerfile)
66
- [`thunder` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-dev/blob/master/thunder/Dockerfile)

0 commit comments

Comments
 (0)