Skip to content

Commit

Permalink
chore(deps): update node docker tag to v12.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 6, 2021
1 parent 844431b commit 7fa1d7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.18.3-alpine3.12
FROM node:12.20.1-alpine3.12

LABEL maintainer "Leonardo Gatica <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion 12/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.18.3-alpine3.12
FROM node:12.20.1-alpine3.12

LABEL maintainer "Leonardo Gatica <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion 12/production/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.18.3-alpine3.12
FROM node:12.20.1-alpine3.12

LABEL maintainer "Leonardo Gatica <[email protected]>"

Expand Down

0 comments on commit 7fa1d7c

Please sign in to comment.