Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
chore(deps): update node docker tag to v12.16.2 (#343)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 27, 2020
1 parent 06cddb7 commit f2ccd85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
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
Expand Down
2 changes: 1 addition & 1 deletion e2e/Dockerfile
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

Expand Down

0 comments on commit f2ccd85

Please sign in to comment.