Skip to content

Commit

Permalink
chore(deps): update node.js to v12.22.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 24, 2022
1 parent 0305e86 commit 32ffa62
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.22.12-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.22.12-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.22.12-alpine AS build

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

0 comments on commit 32ffa62

Please sign in to comment.