Skip to content

Commit c3c8efe

Browse files
chore(deps): update elixir docker tag to v1.16 (the-benchmarker#7078)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 854ba1a commit c3c8efe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

elixir/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM elixir:1.15 AS build
1+
FROM elixir:1.16 AS build
22

33
# Update system deps
44
RUN apt-get -qq update

elixir/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language:
2-
version: 1.15
2+
version: 1.16
33
files:
44
- "mix.exs"
55
- "lib/*.ex"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework:
22
github: jkyberneees/low-http-server
3-
version: 4.1
3+
version: 4.2
44

55
engines:
66
- uwebsockets

0 commit comments

Comments
 (0)