Update Node.js to v13.14.0 (#123)

Update Node.js to v13.14.0

Reviewed-on: vikunja/frontend#123
This commit is contained in:
renovate 2020-04-30 19:20:33 +00:00 committed by konrad
parent b043369245
commit 231b51445a
1 changed files with 1 additions and 1 deletions

View File

@ -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