Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
chore(deps): update node docker tag to v12.18.2 (external-secrets#396)
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 committed Jul 8, 2020
1 parent 7fd8251 commit 575081b
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.17.0-alpine
FROM node:12.18.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.17.0-alpine
FROM node:12.18.2-alpine

RUN npm install [email protected] -g

Expand Down

0 comments on commit 575081b

Please sign in to comment.