From c7cd7bbf10db6d12f69c5124a1d9708d857f7941 Mon Sep 17 00:00:00 2001 From: Alf Date: Tue, 23 Feb 2021 18:03:23 -0800 Subject: [PATCH] Set Alpine:3.13 for ffmpeg-build and release image as well. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 31d325e..5eed860 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \ ############################### # Build the FFmpeg-build image. -FROM alpine:3.11 as build-ffmpeg +FROM alpine:3.13 as build-ffmpeg ARG FFMPEG_VERSION ARG PREFIX=/usr/local ARG MAKEFLAGS="-j4" @@ -123,7 +123,7 @@ RUN rm -rf /var/cache/* /tmp/* ########################## # Build the release image. -FROM alpine:3.11 +FROM alpine:3.13 LABEL MAINTAINER Alfred Gutierrez # Set default ports.