Skip to content

Commit

Permalink
fix docker hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Gutierrez committed Apr 6, 2019
1 parent 2b3555f commit af950cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/post_checkout
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

DOCKER_VERSION=18.09.4
DOCKER_MD5SUM=17a327d2871874892b3b3d7532d7975c
DOCKER_MD5SUM=84dbc6bf7118fa7e974b19faa5fb06b5

echo "**** Updating docker ****"
curl "https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" | gunzip | tar -x --strip-components 1 docker/docker
Expand Down

0 comments on commit af950cc

Please sign in to comment.