-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set Alpine:3.13 for ffmpeg-build and release image as well.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
|
||
# Set default ports. | ||
|