Skip to content

Commit e8176a8

Browse files
authored
Update Dockerfile
correct hash
1 parent 569cad3 commit e8176a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
3030
# && chmod -R o+rX /var/lib/surveys.csv \
3131

3232
# copy the repo source (e.g. notebooks) to the container image and install dependencies
33-
ARG PYTHON_HASH="fd123203b90dac31343e404535fdceacf7be83e1"
33+
ARG PYTHON_HASH="43737f575a3c87da33afb78631fa84eec3e6b1fb"
3434
RUN git clone https://github.com/nesi/intro-python.git /opt/intro-python \
3535
&& cd /opt/intro-python \
3636
&& git checkout $PYTHON_HASH \

0 commit comments

Comments
 (0)