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