Skip to content

Commit

Permalink
Bump node from 10.16.0-alpine to 10.16.3-alpine (#64)
Browse files Browse the repository at this point in the history
Bumps node from 10.16.0-alpine to 10.16.3-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and alexbrazier committed Oct 1, 2019
1 parent e2c9279 commit a2560c6
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
Expand Up @@ -15,7 +15,7 @@ RUN go build -o /go/bin/server
############################
# Build frontend
############################
FROM node:10.16.0-alpine AS frontendbuilder
FROM node:10.16.3-alpine AS frontendbuilder

COPY frontend /app
WORKDIR /app
Expand Down

0 comments on commit a2560c6

Please sign in to comment.