1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-09-08 05:00:52 +02:00

build: bump library/nginx from 1.26.0 to 1.27.0 (#2470)

Bumps library/nginx from 1.26.0 to 1.27.0.

---
updated-dependencies:
- dependency-name: library/nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-31 10:28:46 +02:00 committed by GitHub
parent 9cf736f1f8
commit 57e86561eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ FROM docker.io/nginxproxy/docker-gen:0.14.0 AS docker-gen
FROM docker.io/nginxproxy/forego:0.18.1 AS forego
# Build the final image
FROM docker.io/library/nginx:1.26.0-alpine
FROM docker.io/library/nginx:1.27.0-alpine
ARG NGINX_PROXY_VERSION
# Add DOCKER_GEN_VERSION environment variable because

View File

@ -3,7 +3,7 @@ FROM docker.io/nginxproxy/docker-gen:0.14.0-debian AS docker-gen
FROM docker.io/nginxproxy/forego:0.18.1-debian AS forego
# Build the final image
FROM docker.io/library/nginx:1.26.0
FROM docker.io/library/nginx:1.27.0
ARG NGINX_PROXY_VERSION
# Add DOCKER_GEN_VERSION environment variable because

View File

@ -1,6 +1,6 @@
[![Test](https://github.com/nginx-proxy/nginx-proxy/actions/workflows/test.yml/badge.svg)](https://github.com/nginx-proxy/nginx-proxy/actions/workflows/test.yml)
[![GitHub release](https://img.shields.io/github/v/release/nginx-proxy/nginx-proxy)](https://github.com/nginx-proxy/nginx-proxy/releases)
![nginx 1.26.0](https://img.shields.io/badge/nginx-1.26.0-brightgreen.svg)
![nginx 1.27.0](https://img.shields.io/badge/nginx-1.27.0-brightgreen.svg)
[![Docker Image Size](https://img.shields.io/docker/image-size/nginxproxy/nginx-proxy?sort=semver)](https://hub.docker.com/r/nginxproxy/nginx-proxy "Click to view the image on Docker Hub")
[![Docker stars](https://img.shields.io/docker/stars/nginxproxy/nginx-proxy.svg)](https://hub.docker.com/r/nginxproxy/nginx-proxy "DockerHub")
[![Docker pulls](https://img.shields.io/docker/pulls/nginxproxy/nginx-proxy.svg)](https://hub.docker.com/r/nginxproxy/nginx-proxy "DockerHub")

View File

@ -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.3)
CONTAINER=$(docker run -d -v $DIR:/work -w /work -e SAN="$ALTERNATE_DOMAINS" nginx:1.27.0)
# Configure openssl
docker exec $CONTAINER bash -c '
mkdir -p /ca/{certs,crl,private,newcerts} 2>/dev/null