Skip to content
Snippets Groups Projects
Verified Commit f398425a authored by Purple Clay's avatar Purple Clay
Browse files

feat: bump to dagger 0.11.9

parent 960ed3c3
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ include:
variables:
# A base image that must have both the Dagger and Docker CLI installed as a bare minimum
DAGGER_IMAGE: "ghcr.io/purpleclay/dagger-cli:0.11.8"
DAGGER_IMAGE: "ghcr.io/purpleclay/dagger-cli:0.11.9"
# Starts the Docker-in-Docker (DinD) service to enable the building of Docker images from
# within either a Docker or Kubernetes Executor. For further details, please read the
......
variables:
# A base image that must have both the Dagger and Docker CLI installed as a bare minimum
DAGGER_IMAGE: "ghcr.io/purpleclay/dagger-cli:0.11.8"
DAGGER_IMAGE: "ghcr.io/purpleclay/dagger-cli:0.11.9"
# Authenticates with the GitLab Container Registry using the credentials that are
# provided through its $CI_REGISTRY* environment variables
......
......@@ -5,7 +5,7 @@ You can get up and running with [Dagger](https://dagger.io/) in GitLab by choosi
To target a specific version of Dagger, import this template with a tag reference. Tags are aligned with the Dagger release cycle.
```yaml
include: https://gitlab.com/purpleclay/templates/-/raw/dagger/0.11.8/dagger/Neat.gitlab-ci.yml
include: https://gitlab.com/purpleclay/templates/-/raw/dagger/0.11.9/dagger/Neat.gitlab-ci.yml
```
Use `main` if you want to stay in sync with the latest.
......
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