Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutt authored Jun 24, 2023
1 parent c9c8ab3 commit 88c21f7
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
@@ -1,9 +1,9 @@
ARG NGINX_VERSION=1.25.0
ARG NGINX_VERSION=1.25.1
ARG NGINX_RTMP_VERSION=dev

##############################
# Build the NGINX-build image.
FROM alpine:3.17 as build-nginx
FROM alpine:3.18 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.17
FROM alpine:3.18
LABEL MAINTAINER Thomas Lekanger <[email protected]>

# Set default environment variables.
Expand Down

0 comments on commit 88c21f7

Please sign in to comment.