Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Defined specific alpine-node version. Fix docker automated builds fail
Browse files Browse the repository at this point in the history
  • Loading branch information
pantsel committed Sep 23, 2017
1 parent 3e27ec8 commit 25300ad
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,5 +1,5 @@

FROM mhart/alpine-node
FROM mhart/alpine-node:6.11.3

RUN apk update && apk upgrade && \
apk add --no-cache bash git
Expand Down

0 comments on commit 25300ad

Please sign in to comment.