Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 272fe70d0f | |||
| 34223960f8 |
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
# Stage 1: Build stage
|
# Stage 1: Build stage
|
||||||
FROM php:8.3-fpm AS builder
|
FROM php:8.4-fpm AS builder
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
ENV APP_NAME=Investbrain
|
ENV APP_NAME=Investbrain
|
||||||
@@ -39,7 +39,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
|
|||||||
&& rm -rf node_modules
|
&& rm -rf node_modules
|
||||||
|
|
||||||
# Stage 2: Production stage
|
# Stage 2: Production stage
|
||||||
FROM php:8.3-fpm-alpine
|
FROM php:8.4-fpm-alpine
|
||||||
|
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /var/app
|
WORKDIR /var/app
|
||||||
|
|||||||
Generated
+5
-5
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "investbrain",
|
"name": "relock-npm-lock-v2-E2dX8W",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@alpinejs/focus": "^3.15.0",
|
"@alpinejs/focus": "^3.15.1",
|
||||||
"@alpinejs/persist": "^3.14.9",
|
"@alpinejs/persist": "^3.14.9",
|
||||||
"@alpinejs/resize": "^3.14.9",
|
"@alpinejs/resize": "^3.14.9",
|
||||||
"alpinejs": "^3.14.9",
|
"alpinejs": "^3.14.9",
|
||||||
@@ -25,9 +25,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@alpinejs/focus": {
|
"node_modules/@alpinejs/focus": {
|
||||||
"version": "3.15.0",
|
"version": "3.15.1",
|
||||||
"resolved": "https://registry.npmjs.org/@alpinejs/focus/-/focus-3.15.0.tgz",
|
"resolved": "https://registry.npmjs.org/@alpinejs/focus/-/focus-3.15.1.tgz",
|
||||||
"integrity": "sha512-Cm9vop09oNFw7T9SEBcfijrTdSN1aBNHK3cN4mB52eKvi9z5pa+xcyN+6S3FmZ44MR/u81JXa6hi5CjX1iy6dA==",
|
"integrity": "sha512-Svu8ILVafdJouRVAV/vAkw7i/5/RNi5USh/C1llOhmhpSlX+F8JI1FuVhlJHLMcNqNIV6fm9yoiUBjB2NLwwUQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"focus-trap": "^6.9.4",
|
"focus-trap": "^6.9.4",
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
"vite": "^5.4"
|
"vite": "^5.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@alpinejs/focus": "^3.15.0",
|
"@alpinejs/focus": "^3.15.1",
|
||||||
"@alpinejs/persist": "^3.14.9",
|
"@alpinejs/persist": "^3.14.9",
|
||||||
"@alpinejs/resize": "^3.14.9",
|
"@alpinejs/resize": "^3.14.9",
|
||||||
"alpinejs": "^3.14.9",
|
"alpinejs": "^3.14.9",
|
||||||
|
|||||||
Reference in New Issue
Block a user