Skip to content

Commit 83799c0

Browse files
authored
Update to Elixir 1.18.3. (#48)
1 parent 697d27a commit 83799c0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Update the VARIANT arg in docker-compose.yml to pick an Elixir version: 1.9, 1.10, 1.10.4
2-
ARG VARIANT="1.18.2"
2+
ARG VARIANT="1.18.3"
33
FROM elixir:${VARIANT}
44

55
# This Dockerfile adds a non-root user with sudo access. Update the “remoteUser” property in

.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.2'
8+
VARIANT: '1.18.3'
99

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

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.18.2-otp-27
1+
elixir 1.18.3-otp-27
22
erlang 27.3

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# - https://pkgs.org/ - resource for finding needed packages
1313
# - Ex: hexpm/elixir:1.14.2-erlang-25.1.2-debian-bullseye-20221004-slim
1414
#
15-
ARG ELIXIR_VERSION=1.18.2
15+
ARG ELIXIR_VERSION=1.18.3
1616
ARG OTP_VERSION=27.3
1717
ARG DEBIAN_VERSION=bullseye-20250224-slim
1818

0 commit comments

Comments
 (0)