Update node to latest LTS (#1687)

* Update node to latest LTS

* Update node in Dockerfile
This commit is contained in:
Krishan 2024-04-25 00:31:01 +10:00 committed by GitHub
parent 743e916d12
commit 3025133d18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 14 additions and 14 deletions

View file

@ -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