Skip to content

Commit 0a9b79b

Browse files
authored
Merge pull request #2 from varasev/patch-1
Bump Elixir version from 1.17.3 to 1.19.3
2 parents 69befee + 7e4512f commit 0a9b79b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
ARG VARIANT="1.17.3-erlang-27.1.3-debian-bookworm-20250811"
1+
ARG VARIANT="1.19.3-erlang-27.3.4.5-debian-bookworm-20251117"
22
FROM hexpm/elixir:${VARIANT}
33

44
# ARGs declared before FROM are not persisted beyond the FROM instruction.
55
# They must be redeclared here to be available in the rest of the Dockerfile.
66
ARG PHOENIX_VERSION="1.7.10"
7-
ARG NODE_VERSION="18"
7+
ARG NODE_VERSION="20"
88

99
# This Dockerfile adds a non-root user with sudo access. Update the “remoteUser” property in
1010
# devcontainer.json to use it. More info: https://aka.ms/vscode-remote/containers/non-root-user.

0 commit comments

Comments
 (0)