Skip to content

Commit a60c61b

Browse files
authored
fix: Fix source-image for Jupyter (#91)
1 parent 328cecb commit a60c61b

File tree

1 file changed

+1
-1
lines changed
  • src/dockerfiles/jupyter-gap/ubuntu-2204-lts

1 file changed

+1
-1
lines changed

src/dockerfiles/jupyter-gap/ubuntu-2204-lts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## {{{
22
ARG GAP_VERSION="4.12.1"
3-
ARG DOCKER_BASE_IMAGE_URL="ghcr.io/limakzi/gap-docker:${GAP_VERSION}-full"
3+
ARG DOCKER_BASE_IMAGE_URL="ghcr.io/limakzi/gap:${GAP_VERSION}-full"
44
## }}}
55

66
## {{{

0 commit comments

Comments
 (0)