Skip to content

Commit 0caf39e

Browse files
committed
fixup
1 parent c208685 commit 0caf39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile.vanilla

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV PIP_BREAK_SYSTEM_PACKAGES=1
2626
ENV OMP_NUM_THREADS=1 OPENBLAS_NUM_THREADS=1
2727

2828
# Download firedrake-configure
29-
RUN curl -O --output-dir /opt https://raw.githubusercontent.com/firedrakeproject/firedrake/master/scripts/firedrake-configure
29+
RUN curl -O --output-dir /opt https://raw.githubusercontent.com/firedrakeproject/firedrake/release/scripts/firedrake-configure
3030

3131
# Install system dependencies
3232
RUN apt-get update \
@@ -63,4 +63,4 @@ ENV MPICC=$CC
6363

6464
# Install Firedrake
6565
RUN pip install --verbose --no-binary h5py --src /opt \
66-
--editable git+https://github.com/firedrakeproject/firedrake.git#egg=firedrake[docker]
66+
--editable git+https://github.com/firedrakeproject/firedrake.git@release#egg=firedrake[docker]

0 commit comments

Comments
 (0)