mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-27 00:39:37 +02:00
Merge pull request #585 from lkiesow/node22
Upgrade Node.js to Version 22
This commit is contained in:
commit
228f79dbc3
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Use this image as the platform to build the app
|
# Use this image as the platform to build the app
|
||||||
FROM node:18-alpine AS external-website
|
FROM node:22-alpine AS external-website
|
||||||
|
|
||||||
# A small line inside the image to show who made it
|
# A small line inside the image to show who made it
|
||||||
LABEL Developers="Sean Morley"
|
LABEL Developers="Sean Morley"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue