fix: typo in CODER_VERSION

This commit is contained in:
Ben Potter
2022-05-12 16:13:43 -05:00
committed by GitHub
parent 64e408c954
commit 333d6a4374
+1 -1
View File
@@ -1,7 +1,7 @@
version: "3.9"
services:
coder:
image: ghcr.io/coder/coder:v${CODER_VERSION:-0.5.5}-${ARCH:-amd64}
image: ghcr.io/coder/coder:v${CODER_VERSION:-0.5.6}-${ARCH:-amd64}
ports:
- "7080:7080"
environment: