Skip to content

Commit 00289ae

Browse files
authored
Fix Elixir version. (#60)
1 parent c42e5a0 commit 00289ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
dockerfile: Dockerfile
66
args:
77
# Elixir Version: 1.9, 1.10, 1.10.4, ...
8-
VARIANT: '1.18.3'
8+
VARIANT: "1.19.2"
99

1010
volumes:
1111
- ..:/workspace:cached

0 commit comments

Comments
 (0)