Skip to content
Snippets Groups Projects
Verified Commit a6d62b97 authored by Olivier Benz's avatar Olivier Benz
Browse files

Update Mojo to v25.1.0

parent 85371945
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ docker build \
--build-arg BASE_IMAGE=ubuntu \
--build-arg BASE_IMAGE_TAG=22.04 \
--build-arg BUILD_ON_IMAGE=glcr.b-data.ch/cuda/python/ver \
--build-arg MOJO_VERSION=24.6.0 \
--build-arg MOJO_VERSION=25.1.0 \
--build-arg PYTHON_VERSION=3.12.9 \
--build-arg CUDA_IMAGE_FLAVOR=base \
--build-arg INSTALL_MAX=1 \
......
......@@ -81,7 +81,7 @@ latest:
```shell
docker build \
--build-arg MOJO_VERSION=24.6.0 \
--build-arg MOJO_VERSION=25.1.0 \
--build-arg PYTHON_VERSION=3.12.9 \
-t mojo/base \
-f base/latest.Dockerfile .
......
.env:
variables:
MOJO_VERSION: "nightly"
MOJO_VERSION: "25.1.0"
PYTHON_VERSION: "3.12.9"
TAG_VERSION_MAJ_MIN: "false"
TAG_VERSION_MAJ: "false"
......
.env:
variables:
MOJO_VERSION: "nightly"
MOJO_VERSION: "25.1.0"
CTAN_REPO_BUILD_LATEST: "https://mirror.init7.net/ctan/systems/texlive/tlnet"
TAG_VERSION_MAJ_MIN: "false"
TAG_VERSION_MAJ: "false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment