Update Dockerfile
This commit is contained in:
parent
2e0e8ca76f
commit
796a5c52b6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
## Builder
|
||||
FROM node:18.12.0-alpine3.15 as builder
|
||||
FROM node:18.12.1-alpine3.15 as builder
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
|
|
Loading…
Reference in a new issue