From 00945a0c981acc4a48be6b4b937ed77260feb1fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 01:15:13 +0000 Subject: [PATCH] Bump elixir from 1.15.4-alpine to 1.15.6-alpine Bumps elixir from 1.15.4-alpine to 1.15.6-alpine. --- updated-dependencies: - dependency-name: elixir dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 079063e..5059902 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.15.4-alpine AS build +FROM elixir:1.15.6-alpine AS build # install build dependencies RUN apk add --no-cache build-base npm git python3 # prepare build dir