Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

chore(deps): update node docker tag to v14.16 #64

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Indicate that we want to use node 14.7.0 alpine.
#? Alpine is simply a lighter image, although it is not as comprehensive as the normal image
FROM node:14.15-alpine
FROM node:14.16-alpine


# Copy the package.json and yarn.lock files to the /tmp directory, in order to install dependencies
Expand Down