Skip to content

Commit

Permalink
Update D11
Browse files Browse the repository at this point in the history
  • Loading branch information
skyred committed Sep 10, 2024
1 parent 08aa0f2 commit 123b91a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
push: true
tags: |
insready/drupal-dev:10
insready/drupal-dev:latest
-
name: Build and push - D11
id: docker_build_11
Expand All @@ -61,6 +60,7 @@ jobs:
push: true
tags: |
insready/drupal-dev:11
insready/drupal-dev:latest
-
name: Build and push - ContentaCMS
id: docker_build_contenta
Expand Down
2 changes: 1 addition & 1 deletion 11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM drupal:11.0-rc
FROM drupal:11

# install the PHP extensions we need
RUN apt-get update \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Supported tags and respective `Dockerfile` links
- [`10`, `latest` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-dev/blob/master/10/Dockerfile)
- [`11` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-dev/blob/master/11/Dockerfile)
- [`11`, `latest` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-dev/blob/master/11/Dockerfile)
- [`10` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-dev/blob/master/10/Dockerfile)
- [`9` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-dev/blob/master/9/Dockerfile)
- [`contentacms` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-dev/blob/master/contentacms/Dockerfile)
- [`thunder` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-dev/blob/master/thunder/Dockerfile)
Expand Down

0 comments on commit 123b91a

Please sign in to comment.