Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 35868a7

Browse files
committed
Update dependency node to v14.19
1 parent ce5b501 commit 35868a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Dockerfile will install app dependencies and run lint+unit tests before
33
# creating a production build of the app.
44

5-
FROM node:14.18-alpine as base
5+
FROM node:14.19-alpine as base
66
LABEL maintainer="hedgecock.d@gmail.com"
77

88
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)