Skip to content

Commit

Permalink
Bump Node.js Dockerimage for client
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelRauber committed Jun 18, 2019
1 parent 55ed2be commit 074142b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Image
FROM node:9-alpine AS build-env
FROM node:10-alpine AS build-env

WORKDIR /usr/app
COPY . .
Expand Down

0 comments on commit 074142b

Please sign in to comment.