From e8ae3c4d3a183e1fe7669ac51db7d7e7c528368f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 01:48:01 +0000 Subject: [PATCH] Bump elixir from 1.15.0-alpine to 1.15.1-alpine Bumps elixir from 1.15.0-alpine to 1.15.1-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 2af2d9b..09ef051 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.15.0-alpine AS build +FROM elixir:1.15.1-alpine AS build # install build dependencies RUN apk add --no-cache build-base npm git python3 # prepare build dir