We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69befee + 7e4512f commit 0a9b79bCopy full SHA for 0a9b79b
1 file changed
Dockerfile
@@ -1,10 +1,10 @@
1
-ARG VARIANT="1.17.3-erlang-27.1.3-debian-bookworm-20250811"
+ARG VARIANT="1.19.3-erlang-27.3.4.5-debian-bookworm-20251117"
2
FROM hexpm/elixir:${VARIANT}
3
4
# ARGs declared before FROM are not persisted beyond the FROM instruction.
5
# They must be redeclared here to be available in the rest of the Dockerfile.
6
ARG PHOENIX_VERSION="1.7.10"
7
-ARG NODE_VERSION="18"
+ARG NODE_VERSION="20"
8
9
# This Dockerfile adds a non-root user with sudo access. Update the “remoteUser” property in
10
# devcontainer.json to use it. More info: https://aka.ms/vscode-remote/containers/non-root-user.
0 commit comments