Skip to content

Commit

Permalink
Update Node.js to version 14.19.0 (kubeflow#97)
Browse files Browse the repository at this point in the history
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
depfu[bot] and github-actions[bot] authored Feb 10, 2022
1 parent d28d3e5 commit 6fb4ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.18.3
14.19.0
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1.2

# Node base image https://hub.docker.com/_/node/
FROM node:14.18.3
FROM node:14.19.0

# Maintainer
LABEL maintainer="Kaleido AI <[email protected]>"
Expand Down

0 comments on commit 6fb4ba3

Please sign in to comment.