Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutt authored Dec 10, 2023
1 parent 3ea646d commit 4508340
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 @@ -3,7 +3,7 @@ ARG NGINX_RTMP_VERSION=dev

##############################
# Build the NGINX-build image.
FROM alpine:3.18 as build-nginx
FROM alpine:3.19 as build-nginx
ARG NGINX_VERSION
ARG NGINX_RTMP_VERSION
ARG MAKEFLAGS="-j4"
Expand Down Expand Up @@ -60,7 +60,7 @@ RUN rm -rf /var/cache/* /tmp/*

##########################
# Build the release image.
FROM alpine:3.18
FROM alpine:3.19
LABEL MAINTAINER Thomas Lekanger <[email protected]>

# Set default environment variables.
Expand Down

0 comments on commit 4508340

Please sign in to comment.