File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG FFMPEG_VERSION=5.0
4
4
5
5
# #############################
6
6
# Build the NGINX-build image.
7
- FROM alpine:3.16.0 as build-nginx
7
+ FROM alpine:3.16.1 as build-nginx
8
8
ARG NGINX_VERSION
9
9
ARG NGINX_RTMP_VERSION
10
10
ARG MAKEFLAGS="-j4"
58
58
59
59
# ##############################
60
60
# Build the FFmpeg-build image.
61
- FROM alpine:3.16.0 as build-ffmpeg
61
+ FROM alpine:3.16.1 as build-ffmpeg
62
62
ARG FFMPEG_VERSION
63
63
ARG PREFIX=/usr/local
64
64
ARG MAKEFLAGS="-j4"
@@ -131,7 +131,7 @@ RUN rm -rf /var/cache/* /tmp/*
131
131
132
132
# #########################
133
133
# Build the release image.
134
- FROM alpine:3.16.0
134
+ FROM alpine:3.16.1
135
135
LABEL MAINTAINER Alfred Gutierrez <alf.g.jr@gmail.com>
136
136
137
137
# Set default ports.
You can’t perform that action at this time.
0 commit comments