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

Commit d085523

Browse files
Update dependency node to v18
1 parent ce5b501 commit d085523

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

88
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)