mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 14:22:25 +03:00
Update node to latest LTS (#1687)
* Update node to latest LTS * Update node in Dockerfile
This commit is contained in:
parent
743e916d12
commit
3025133d18
5 changed files with 14 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
## Builder
|
||||
FROM node:18.12.1-alpine3.15 as builder
|
||||
FROM node:20.12.2-alpine3.18 as builder
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue