From 741b95140a28e65db6181b4b1f25bca51c2587c1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 05:39:40 +0000 Subject: [PATCH] Bump alpine from 3.12 to 3.13.2 in /backend Bumps alpine from 3.12 to 3.13.2. Signed-off-by: dependabot-preview[bot] --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index af6110df..ec792706 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -19,7 +19,7 @@ RUN sh -x -c 'if [ ! -f config/sys.config ]; then cp -v config/sys.config.orig c # Prepare release RUN rebar3 release -FROM alpine:3.12 as final +FROM alpine:3.13.2 as final RUN apk add ncurses libstdc++ erlang