mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 09:27:31 -07:00
update to node 20
This commit is contained in:
parent
bcd42d7c40
commit
2540cb0f09
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
## Install dev and compilation dependencies, build files
|
||||
FROM node:19-alpine as build
|
||||
FROM node:20-alpine as build
|
||||
WORKDIR /calckey
|
||||
|
||||
# Install compilation dependencies
|
||||
|
@ -32,7 +32,7 @@ RUN pnpm i --prod --frozen-lockfile
|
|||
|
||||
|
||||
## Runtime container
|
||||
FROM node:19-alpine
|
||||
FROM node:20-alpine
|
||||
WORKDIR /calckey
|
||||
|
||||
# Install runtime dependencies
|
||||
|
|
Loading…
Reference in a new issue