Skip to content

Commit 5aaf1f4

Browse files
committed
Upgrade back to 8.2 now that it as been fixed
1 parent 70f4daa commit 5aaf1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile for binder
22
# Reference: https://mybinder.readthedocs.io/en/latest/dockerfile.html#preparing-your-dockerfile
33

4-
FROM sagemath/sagemath:8.1
4+
FROM sagemath/sagemath:8.2
55

66
# Copy the contents of the repo in ${HOME}
77
COPY --chown=sage:sage . ${HOME}

0 commit comments

Comments
 (0)