mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-04-16 18:51:01 +00:00
build: revert nginx to 1.25.3 (#2396)
* Revert "build: update docs and tests with nginx 1.25.4" This reverts commit d9b1751f9763e8d29e166f61c7c8966a52d3e129. * Revert "build: bump nginx from 1.25.3 to 1.25.4" This reverts commit 1aef017df2dac59659ed2fb1402e181091141959.
This commit is contained in:
parent
020b993654
commit
e75c2dfb79
@ -3,7 +3,7 @@ FROM nginxproxy/docker-gen:0.11.2 AS docker-gen
|
||||
FROM nginxproxy/forego:0.18.1 AS forego
|
||||
|
||||
# Build the final image
|
||||
FROM nginx:1.25.4-alpine
|
||||
FROM nginx:1.25.3-alpine
|
||||
|
||||
ARG NGINX_PROXY_VERSION
|
||||
# Add DOCKER_GEN_VERSION environment variable because
|
||||
|
@ -3,7 +3,7 @@ FROM nginxproxy/docker-gen:0.11.2-debian AS docker-gen
|
||||
FROM nginxproxy/forego:0.18.1-debian AS forego
|
||||
|
||||
# Build the final image
|
||||
FROM nginx:1.25.4
|
||||
FROM nginx:1.25.3
|
||||
|
||||
ARG NGINX_PROXY_VERSION
|
||||
# Add DOCKER_GEN_VERSION environment variable because
|
||||
|
@ -1,6 +1,6 @@
|
||||
[](https://github.com/nginx-proxy/nginx-proxy/actions/workflows/test.yml)
|
||||
[](https://github.com/nginx-proxy/nginx-proxy/releases)
|
||||

|
||||

|
||||
[](https://hub.docker.com/r/nginxproxy/nginx-proxy "Click to view the image on Docker Hub")
|
||||
[](https://hub.docker.com/r/nginxproxy/nginx-proxy "DockerHub")
|
||||
[](https://hub.docker.com/r/nginxproxy/nginx-proxy "DockerHub")
|
||||
|
@ -24,7 +24,7 @@ fi
|
||||
# Create a nginx container (which conveniently provides the `openssl` command)
|
||||
###############################################################################
|
||||
|
||||
CONTAINER=$(docker run -d -v $DIR:/work -w /work -e SAN="$ALTERNATE_DOMAINS" nginx:1.25.4)
|
||||
CONTAINER=$(docker run -d -v $DIR:/work -w /work -e SAN="$ALTERNATE_DOMAINS" nginx:1.25.3)
|
||||
# Configure openssl
|
||||
docker exec $CONTAINER bash -c '
|
||||
mkdir -p /ca/{certs,crl,private,newcerts} 2>/dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user