Skip to content

Commit

Permalink
Fix docker dind version
Browse files Browse the repository at this point in the history
  • Loading branch information
tejerka committed Aug 30, 2019
1 parent b1744cc commit 21c0eae
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,4 +1,4 @@
FROM docker:stable-dind
FROM docker:18.09.7-dind

RUN apk add --update alpine-sdk
RUN apk add --update bash python python-dev py-pip libffi-dev build-base openssl-dev openssh jq rsync gcc libc-dev make gettext
Expand Down

0 comments on commit 21c0eae

Please sign in to comment.