Revert "build: update docs and tests with nginx 1.25.4"
This reverts commit d9b1751f97
.
This commit is contained in:
parent
020b993654
commit
25f881fcc3
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[](https://github.com/nginx-proxy/nginx-proxy/actions/workflows/test.yml)
|
[](https://github.com/nginx-proxy/nginx-proxy/actions/workflows/test.yml)
|
||||||
[](https://github.com/nginx-proxy/nginx-proxy/releases)
|
[](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 "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")
|
||||||
[](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)
|
# 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
|
# Configure openssl
|
||||||
docker exec $CONTAINER bash -c '
|
docker exec $CONTAINER bash -c '
|
||||||
mkdir -p /ca/{certs,crl,private,newcerts} 2>/dev/null
|
mkdir -p /ca/{certs,crl,private,newcerts} 2>/dev/null
|
||||||
|
|
Loading…
Reference in a new issue