Skip to content

Commit

Permalink
⬆️ Nginx 1.24.0 (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: Arnaud Leymet <aleymet@bouyguestelecom.fr>
  • Loading branch information
arnaud and Arnaud Leymet committed Sep 5, 2023
1 parent 5fcaa50 commit 4eb446e
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 @@ -5,7 +5,7 @@
## Because we're special, ain't we? ʕ♥ᴥ♥ʔ
FROM node:14-alpine AS nginx-builder

ARG NGINX_VERSION="1.23.4"
ARG NGINX_VERSION="1.24.0"
ARG NGINX_SOURCE="http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz"

ARG MOD_ZIP_VERSION="1.3.0"
Expand Down Expand Up @@ -55,7 +55,7 @@ COPY edge /build/edge
RUN npm run build

## STEP 3: Create the final image.
FROM nginx:1.23.4-alpine
FROM nginx:1.24.0-alpine

# Port used for the service
ENV PORT 45537
Expand Down

0 comments on commit 4eb446e

Please sign in to comment.