Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bookworm/nginx-modular/1.24.0.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NGINX_VERSION=1.24.0
ARG NGINX_VERSION=1.29.4
FROM nginx:${NGINX_VERSION} as builder
ARG TARGETARCH
ARG PSOL=focal
Expand Down
2 changes: 1 addition & 1 deletion bookworm/nginx-modular/1.25.3.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NGINX_VERSION=1.25.3
ARG NGINX_VERSION=1.29.4
FROM nginx:${NGINX_VERSION} as builder
ARG TARGETARCH
ARG PSOL=jammy
Expand Down
2 changes: 1 addition & 1 deletion bookworm/nginx-modular/1.25.4.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NGINX_VERSION=1.25.4
ARG NGINX_VERSION=1.29.4
FROM nginx:${NGINX_VERSION} as builder

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion bookworm/nginx-modular/latest.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NGINX_VERSION=1.25.4
ARG NGINX_VERSION=1.29.4
FROM nginx:${NGINX_VERSION} as builder

RUN apt-get update && apt-get install -y \
Expand Down