Skip to content
This repository was archived by the owner on Dec 17, 2019. It is now read-only.

Commit 0dc8235

Browse files
authored
Merge pull request #7 from m59peacemaker/master
Lock boulder commit used in build
2 parents 1f97c58 + 9c92b1a commit 0dc8235

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ ENV GO15VENDOREXPERIMENT 1
2525
WORKDIR /go/src/github.com/letsencrypt/boulder
2626

2727
RUN mkdir -p /go/src/github.com/letsencrypt \
28-
&& git clone --depth 1 --branch master https://github.com/letsencrypt/boulder.git /go/src/github.com/letsencrypt/boulder
28+
&& git clone https://github.com/letsencrypt/boulder.git /go/src/github.com/letsencrypt/boulder \
29+
&& cd /go/src/github.com/letsencrypt/boulder \
30+
&& git reset --hard e45cd826f7cc207a063df6b0130c52395d3e481b \
31+
&& rm -rf .git
32+
# 5/16/2016
2933

3034
# Warmup
3135
RUN service mysql start \

0 commit comments

Comments
 (0)