From 094e13901d2783247f8eb11693b3336daef03dee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 21:23:45 +0000 Subject: [PATCH 1/2] AUTODEPLOYED @lando/vitepress-theme-default-plus@1.1.0-beta.24 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7f86b9..90915ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,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", @@ -1587,9 +1587,9 @@ "license": "MIT" }, "node_modules/@lando/vitepress-theme-default-plus": { - "version": "1.1.0-beta.23", - "resolved": "https://registry.npmjs.org/@lando/vitepress-theme-default-plus/-/vitepress-theme-default-plus-1.1.0-beta.23.tgz", - "integrity": "sha512-d4PfYdWdVHGdk5lFLwTbabB2pcMc/lyNvdjFDtfqIYk105JiuZhI4hTY8Q26KLfxviTE5exQH/3fa+9N2z9BuA==", + "version": "1.1.0-beta.24", + "resolved": "https://registry.npmjs.org/@lando/vitepress-theme-default-plus/-/vitepress-theme-default-plus-1.1.0-beta.24.tgz", + "integrity": "sha512-UadGtaFac+1c7J5NrA1rde0obp0rT2cBmnUR59ypczTTVuQqjz17y4N/exWmxAslWt2CigtmoUYtoT1tdxno/Q==", "dev": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 2d3cd9f..27b0557 100644 --- a/package.json +++ b/package.json @@ -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", From 59d3f9da908eab6483d65a4f41ef7e057240c34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Varela?= Date: Mon, 25 Nov 2024 23:11:02 -0500 Subject: [PATCH 2/2] Updated to 8.4 release image * Change images to 8.4.1 release images * Switch to latest 8.4 vs 8.4.1 --- images/8.4-apache/Dockerfile | 2 +- images/8.4-fpm/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/8.4-apache/Dockerfile b/images/8.4-apache/Dockerfile index 356eb92..7058a77 100644 --- a/images/8.4-apache/Dockerfile +++ b/images/8.4-apache/Dockerfile @@ -1,6 +1,6 @@ # docker build -t devwithlando/php:8.4-apache-4 . -FROM php:8.4.0RC2-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/ diff --git a/images/8.4-fpm/Dockerfile b/images/8.4-fpm/Dockerfile index 0a55910..b76155e 100644 --- a/images/8.4-fpm/Dockerfile +++ b/images/8.4-fpm/Dockerfile @@ -1,6 +1,6 @@ # docker build -t devwithlando/php:8.4-fpm-4 . -FROM php:8.4.0RC2-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/