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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: