From ef32600c6e2c4b813d3f7807cd1ff94d30a4dbf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 May 2023 12:23:40 +0000 Subject: [PATCH 1/4] chore(deps): update elixir docker tag to v1.15 --- elixir/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir/Dockerfile b/elixir/Dockerfile index 0b8c740af72..8e33a56275f 100644 --- a/elixir/Dockerfile +++ b/elixir/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.14-slim AS build +FROM elixir:1.15-slim AS build # Update system deps RUN apt-get -qq update From ad3be9e652d98b29be4929e488e64cb4d03d5f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marwan=20Rabb=C3=A2a?= Date: Sun, 28 May 2023 11:59:48 +0200 Subject: [PATCH 2/4] use alpine --- elixir/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir/Dockerfile b/elixir/Dockerfile index 8e33a56275f..08c06cdf28e 100644 --- a/elixir/Dockerfile +++ b/elixir/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.15-slim AS build +FROM elixir:1.15-alpine AS build # Update system deps RUN apt-get -qq update From 91ecd2630793977207797fdc70cc4cec442cddf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marwan=20Rabb=C3=A2a?= Date: Sun, 28 May 2023 12:03:12 +0200 Subject: [PATCH 3/4] use base docker image --- elixir/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir/Dockerfile b/elixir/Dockerfile index 08c06cdf28e..ee91cb6af60 100644 --- a/elixir/Dockerfile +++ b/elixir/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.15-alpine AS build +FROM elixir:1.15 AS build # Update system deps RUN apt-get -qq update From 0433a0a6a5ffe72af9265a3f25fd13dae62f68ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marwan=20Rabb=C3=A2a?= Date: Sun, 28 May 2023 12:22:56 +0200 Subject: [PATCH 4/4] update version in results --- elixir/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir/config.yaml b/elixir/config.yaml index e9da8ff4163..256461ed024 100644 --- a/elixir/config.yaml +++ b/elixir/config.yaml @@ -1,5 +1,5 @@ language: - version: 1.14 + version: 1.15 files: - "**/*.ex" - "**/*.exs"