Skip to content

Commit 06169db

Browse files
Bump alpine from 3.16.0 to 3.16.1 (#135)
Bumps alpine from 3.16.0 to 3.16.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c0da15 commit 06169db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG FFMPEG_VERSION=5.0
44

55
##############################
66
# Build the NGINX-build image.
7-
FROM alpine:3.16.0 as build-nginx
7+
FROM alpine:3.16.1 as build-nginx
88
ARG NGINX_VERSION
99
ARG NGINX_RTMP_VERSION
1010
ARG MAKEFLAGS="-j4"
@@ -58,7 +58,7 @@ RUN \
5858

5959
###############################
6060
# Build the FFmpeg-build image.
61-
FROM alpine:3.16.0 as build-ffmpeg
61+
FROM alpine:3.16.1 as build-ffmpeg
6262
ARG FFMPEG_VERSION
6363
ARG PREFIX=/usr/local
6464
ARG MAKEFLAGS="-j4"
@@ -131,7 +131,7 @@ RUN rm -rf /var/cache/* /tmp/*
131131

132132
##########################
133133
# Build the release image.
134-
FROM alpine:3.16.0
134+
FROM alpine:3.16.1
135135
LABEL MAINTAINER Alfred Gutierrez <alf.g.jr@gmail.com>
136136

137137
# Set default ports.

0 commit comments

Comments
 (0)