From 796b4684c89cfcc3617bffeffe484eb3d8399008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 01:30:36 +0000 Subject: [PATCH] Bump elixir from 1.17.1-alpine to 1.17.2-alpine Bumps elixir from 1.17.1-alpine to 1.17.2-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 ac4c672..b042a42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.17.1-alpine AS build +FROM elixir:1.17.2-alpine AS build # install build dependencies RUN apk add --no-cache build-base npm git python3 # prepare build dir