mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: update dockerfile to node 20
This commit is contained in:
parent
3a3dd71239
commit
ac68d23f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
### build ###
|
||||
|
||||
# base image
|
||||
FROM node:16 as build
|
||||
FROM node:20 as build
|
||||
|
||||
# add app
|
||||
COPY . /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue