Client - update Node to 18.x

This commit is contained in:
Sam
2023-11-11 14:32:55 +01:00
parent 980ff8fc77
commit 91455251e1
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:16
FROM node:18
MAINTAINER SamR1@users.noreply.github.com