aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/docker/Dockerfile')
-rw-r--r--scripts/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker/Dockerfile b/scripts/docker/Dockerfile
index 2710ffc..c66df6d 100644
--- a/scripts/docker/Dockerfile
+++ b/scripts/docker/Dockerfile
@@ -12,7 +12,7 @@ ADD data.tar.gz /data
RUN git clone --recursive https://github.com/ymherklotz/vericert
WORKDIR /vericert
-RUN git checkout -b oopsla21
+RUN git checkout oopsla21
RUN nix-shell --run "make -j7"
RUN nix-shell --run "make install"