forked from FoundKeyGang/FoundKey
Update dockerfile to node 18.12.1
This commit is contained in:
parent
f817d45210
commit
c7255dbea0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue