Issue #1630: Update Dev Container configuration

- Update Elixer & Phoenix versions.
- Update devcontainer configuration to remove deprecated syntax.
- Migrate devcontainer-specific setup from Dockerfile to devcontainer
  feature config in line with current best practice.
- Verify able to compile.
This commit is contained in:
Ian Knight
2024-12-30 02:54:12 +00:00
committed by setop
parent 7bfe83b899
commit fce01fd387
3 changed files with 48 additions and 90 deletions

View File

@@ -7,11 +7,7 @@ services:
dockerfile: Dockerfile
args:
# Elixir Version: 1.9, 1.10, 1.10.4, ...
VARIANT: "1.13.1"
# Phoenix Version: 1.4.17, 1.5.4, ...
PHOENIX_VERSION: "1.6.6"
# Node Version: 10, 11, ...
NODE_VERSION: "16"
VARIANT: "1.15.8"
volumes:
- ..:/workspace:z