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