Skip to content

Commit

Permalink
Bump alpine from 3.15.3 to 3.16.0 (#129)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.15.3 to 3.16.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2022
1 parent c39efe9 commit 8c70645
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG FFMPEG_VERSION=5.0

##############################
# Build the NGINX-build image.
FROM alpine:3.15.3 as build-nginx
FROM alpine:3.16.0 as build-nginx
ARG NGINX_VERSION
ARG NGINX_RTMP_VERSION
ARG MAKEFLAGS="-j4"
Expand Down Expand Up @@ -58,7 +58,7 @@ RUN \

###############################
# Build the FFmpeg-build image.
FROM alpine:3.15.3 as build-ffmpeg
FROM alpine:3.16.0 as build-ffmpeg
ARG FFMPEG_VERSION
ARG PREFIX=/usr/local
ARG MAKEFLAGS="-j4"
Expand Down Expand Up @@ -131,7 +131,7 @@ RUN rm -rf /var/cache/* /tmp/*

##########################
# Build the release image.
FROM alpine:3.15.3
FROM alpine:3.16.0
LABEL MAINTAINER Alfred Gutierrez <[email protected]>

# Set default ports.
Expand Down

0 comments on commit 8c70645

Please sign in to comment.