Skip to content

Commit

Permalink
fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
loiane committed Dec 27, 2019
1 parent 5b29843 commit 681513f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests-http/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:latest as angular
FROM node:10-alpine as angular
WORKDIR /app
COPY package.json /app
RUN npm install --silent
Expand Down

0 comments on commit 681513f

Please sign in to comment.