Skip to content

Commit c7cd7bb

Browse files
committed
Set Alpine:3.13 for ffmpeg-build and release image as well.
1 parent 82b54ee commit c7cd7bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \
5454

5555
###############################
5656
# Build the FFmpeg-build image.
57-
FROM alpine:3.11 as build-ffmpeg
57+
FROM alpine:3.13 as build-ffmpeg
5858
ARG FFMPEG_VERSION
5959
ARG PREFIX=/usr/local
6060
ARG MAKEFLAGS="-j4"
@@ -123,7 +123,7 @@ RUN rm -rf /var/cache/* /tmp/*
123123

124124
##########################
125125
# Build the release image.
126-
FROM alpine:3.11
126+
FROM alpine:3.13
127127
LABEL MAINTAINER Alfred Gutierrez <[email protected]>
128128

129129
# Set default ports.

0 commit comments

Comments
 (0)