Update Node.js to v13.14.0 (#123)
Update Node.js to v13.14.0 Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/123
This commit is contained in:
parent
b043369245
commit
231b51445a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Stage 1: Build application
|
||||
FROM node:13.13.0 AS compile-image
|
||||
FROM node:13.14.0 AS compile-image
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
|
Loading…
Reference in a new issue