We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00c4c7 commit ef38c21Copy full SHA for ef38c21
2 files changed
api/docker/docker-compose.demo.yml
@@ -1,7 +1,7 @@
1
# This is for building the University of Edinburgh STACK demo site only.
2
services:
3
maxima:
4
- image: mathinstitut/goemaxima:2026010500-latest
+ image: mathinstitut/goemaxima:2026042200-latest
5
tmpfs:
6
- "/tmp"
7
restart: unless-stopped
api/docker/docker-compose.yml
@@ -15,7 +15,7 @@ services:
15
read_only: true
16
stack:
17
# Location of published STACK API image goes here.
18
- image: stackmaths/stackapi:2026010500-latest
+ image: stackmaths/stackapi:2026042200-latest
19
20
ports:
21
- '3080:80'
0 commit comments