From 68c67ca7d5ee2b0490810ebd111ebeb73617f169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 2 Jun 2020 23:34:05 +0200 Subject: [PATCH] Update alpine to 3.12 --- backend/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index e261749..5e42ad8 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,8 +1,8 @@ -FROM alpine:3.11 +FROM alpine:3.12 RUN apk add --no-cache \ npm \ - python \ + python2 \ ffmpeg \ && apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \ atomicparsley