Skip to content

Commit e901c41

Browse files
bpmctkylecarbs
authored andcommitted
fix: typo in CODER_VERSION
1 parent ad10763 commit e901c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.9"
22
services:
33
coder:
4-
image: ghcr.io/coder/coder:v${CODER_VERSION:-0.5.5}-${ARCH:-amd64}
4+
image: ghcr.io/coder/coder:v${CODER_VERSION:-0.5.6}-${ARCH:-amd64}
55
ports:
66
- "7080:7080"
77
environment:

0 commit comments

Comments
 (0)