Update dockerfile to node 18.12.1

This commit is contained in:
Norm 2022-11-23 18:42:32 +00:00 committed by Francis Dinh
parent f817d45210
commit c7255dbea0
Signed by untrusted user: norm
GPG Key ID: 7123E30E441E80DE
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:18.9.0-alpine3.16 AS base
FROM node:18.12.1-alpine3.16 AS base
ARG NODE_ENV=production