mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
chore(docker): more specific node version
This commit is contained in:
parent
b9b4fe12bb
commit
52c5cdf3ff
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:12-alpine AS base
|
||||
FROM node:12.16-alpine AS base
|
||||
|
||||
FROM base AS uibase
|
||||
WORKDIR /src/UI
|
||||
|
|
Loading…
Add table
Reference in a new issue