Skip to content

Commit

Permalink
Merge branch 'main' into bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy authored Nov 26, 2024
2 parents ad378ef + 59d3f9d commit 4f43d11
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion images/8.4-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker build -t devwithlando/php:8.4-apache-5 .

FROM php:8.4.0RC4-apache-bookworm
FROM php:8.4-apache-bookworm

ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/

Expand Down
2 changes: 1 addition & 1 deletion images/8.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker build -t devwithlando/php:8.4-fpm-5 .

FROM php:8.4.0RC4-fpm-bookworm
FROM php:8.4-fpm-bookworm

ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@babel/eslint-parser": "^7.16.0",
"@lando/leia": "0.6.5",
"@lando/vitepress-theme-default-plus": "^1.1.0-beta.23",
"@lando/vitepress-theme-default-plus": "^1.1.0-beta.24",
"chai": "^4.3.4",
"command-line-test": "^1.0.10",
"eslint": "^7.32.0",
Expand Down

0 comments on commit 4f43d11

Please sign in to comment.