This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update node docker tag to v12.16.2 (#343)
Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
06cddb7
commit f2ccd85
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:12.16.1-alpine | ||
FROM node:12.16.2-alpine | ||
|
||
ENV NODE_ENV production | ||
ENV NPM_CONFIG_LOGLEVEL info | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:12.16.1-alpine | ||
FROM node:12.16.2-alpine | ||
|
||
RUN npm install [email protected] -g | ||
|
||
|