Skip to content

Commit

Permalink
Set Alpine:3.13 for ffmpeg-build and release image as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfg committed Feb 24, 2021
1 parent 82b54ee commit c7cd7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 <alf.g.jr@gmail.com>

# Set default ports.
Expand Down

0 comments on commit c7cd7bb

Please sign in to comment.