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

Commit 5a709be

Browse files
Update node Docker tag to v14.21
1 parent 3b907f4 commit 5a709be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.21-alpine as base
66
LABEL maintainer="hedgecock.d@gmail.com"
77

88
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)