We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a3c34 commit 21fd3dcCopy full SHA for 21fd3dc
1 file changed
dockerfiles/stable/Dockerfile
@@ -27,7 +27,7 @@ ARG POREPY_BRANCH=main
27
# Make sure we are in the home directory
28
WORKDIR ${POREPY_HOME}
29
# Check out the specified branch (default: main)
30
-RUN git checkout ${POREPY_BRANCH} && git pull
+RUN git fetch && git checkout ${POREPY_BRANCH} && git pull
31
32
# Run tests to check that everything works.
33
# NOTE: When run as a GH action (presumably after a PR to the develop branch
0 commit comments