Skip to content

Commit

Permalink
chore(deps): update node docker tag to v12.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 28, 2020
1 parent 0305e86 commit bb9b00a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.16.1-alpine AS build
FROM node:12.20.0-alpine AS build

RUN apk add --update --no-cache \
python \
Expand All @@ -24,7 +24,7 @@ RUN npm run test

RUN npm prune --production

FROM node:12.16.1-alpine
FROM node:12.20.0-alpine

RUN apk add --update --no-cache curl

Expand Down
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.16.1-alpine AS build
FROM node:12.20.0-alpine AS build

RUN apk add --update --no-cache \
python \
Expand Down

0 comments on commit bb9b00a

Please sign in to comment.