Skip to content

Commit

Permalink
Make d10 default
Browse files Browse the repository at this point in the history
  • Loading branch information
skyred committed Jul 30, 2024
1 parent 65196a1 commit f8f3a6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 9/Dockerfile → 10/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM drupal:9
FROM drupal:10

# install the PHP extensions we need
RUN docker-php-ext-install bcmath
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Supported tags and respective `Dockerfile` links

- [`9`, `latest` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-commerce/blob/master/9/Dockerfile)
- [`10-dev` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-commerce/blob/master/10-dev/Dockerfile)
- [`9-dev`, `dev` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-commerce/blob/master/dev/Dockerfile)
- [`10`, `latest` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-commerce/blob/master/10/Dockerfile)
- [`10-dev`, `dev` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-commerce/blob/master/10-dev/Dockerfile)
- [`9-dev` (*Dockerfile*)](https://github.com/INsReady/docker-drupal-commerce/blob/master/9-dev/Dockerfile)

This image is updated via pull requests to [the `INsReady/docker-drupal-commerce` GitHub repo](https://github.com/INsReady/docker-drupal-commerce).

Expand Down
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM insready/drupal-dev:9
FROM insready/drupal-dev:10

# install the PHP extensions we need
RUN docker-php-ext-install bcmath
Expand Down

0 comments on commit f8f3a6b

Please sign in to comment.