Skip to content

Commit

Permalink
Bump node from 12.12.0-alpine to 15.14.0-alpine
Browse files Browse the repository at this point in the history
Bumps node from 12.12.0-alpine to 15.14.0-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Apr 8, 2021
1 parent e5ae594 commit 38912d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#########################################
# frontend image
#########################################
FROM node:12.12.0-alpine as frontend
FROM node:15.14.0-alpine as frontend

## Install system dependencies
RUN apk --update add --no-cache \
Expand Down

0 comments on commit 38912d6

Please sign in to comment.