We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9238054 commit fefd43fCopy full SHA for fefd43f
docs/self-host/deploy-docker.mdx
@@ -20,7 +20,7 @@ Using Docker compose is the easiest way to try digger quickly on a machine.
20
You can fetch the docker image using the instructions on [github packages](https://github.com/diggerhq/digger/pkgs/container/digger_backend):
21
22
```
23
-docker pull ghcr.io/diggerhq/digger_backend:v0.3.9
+docker pull ghcr.io/diggerhq/digger_backend:latest
24
25
26
# Set initial environment variables
0 commit comments