Update node to 20.5.0 (#11463)
This commit is contained in:
parent
e6f3dd81ba
commit
41ba242c9c
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
20.3.1
|
||||
20.5.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# syntax = docker/dockerfile:1.4
|
||||
|
||||
ARG NODE_VERSION=20.3.1-bullseye
|
||||
ARG NODE_VERSION=20.5.0-bullseye
|
||||
|
||||
# build assets & compile TypeScript
|
||||
|
||||
|
|
Loading…
Reference in a new issue