-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
99 changed files
with
6,139 additions
and
6,640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# ==================================================================================================== | ||
# BUILDER IMAGE | ||
# ==================================================================================================== | ||
FROM uselagoon/node-18-builder as node | ||
FROM uselagoon/node-20-builder as node | ||
FROM uselagoon/php-8.3-cli-drupal as builder | ||
|
||
COPY --from=node /usr/local/lib/node_modules /usr/local/lib/node_modules | ||
|
@@ -101,7 +101,7 @@ ENV WEBROOT=web | |
# PREVIEW IMAGE | ||
# ==================================================================================================== | ||
|
||
FROM uselagoon/node-18 as preview | ||
FROM uselagoon/node-20 as preview | ||
|
||
RUN npm install -g [email protected] | ||
COPY --from=builder /tmp/.deploy/preview /app | ||
|
@@ -111,7 +111,7 @@ CMD pnpm start | |
# PUBLISHER IMAGE | ||
# ==================================================================================================== | ||
|
||
FROM uselagoon/node-18 as publisher | ||
FROM uselagoon/node-20 as publisher | ||
|
||
RUN apk add --no-cache sqlite curl github-cli | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.