Skip to content

Commit 8375168

Browse files
authored
Merge pull request nginx-proxy#2664 from nginx-proxy/dependabot/docker/library/nginx-1.29.2
build: bump library/nginx from 1.29.1 to 1.29.2
2 parents 2d64474 + bafa713 commit 8375168

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM docker.io/nginxproxy/docker-gen:0.15.1 AS docker-gen
44
FROM docker.io/nginxproxy/forego:0.18.4 AS forego
55

66
# Build the final image
7-
FROM docker.io/library/nginx:1.29.1-alpine
7+
FROM docker.io/library/nginx:1.29.2-alpine
88

99
ARG NGINX_PROXY_VERSION
1010
# Add DOCKER_GEN_VERSION environment variable because

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM docker.io/nginxproxy/docker-gen:0.15.1-debian AS docker-gen
44
FROM docker.io/nginxproxy/forego:0.18.4-debian AS forego
55

66
# Build the final image
7-
FROM docker.io/library/nginx:1.29.1
7+
FROM docker.io/library/nginx:1.29.2
88

99
ARG NGINX_PROXY_VERSION
1010
# Add DOCKER_GEN_VERSION environment variable because

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![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)
22
[![GitHub release](https://img.shields.io/github/v/release/nginx-proxy/nginx-proxy)](https://github.com/nginx-proxy/nginx-proxy/releases)
3-
[![nginx 1.29.1](https://img.shields.io/badge/nginx-1.29.1-brightgreen.svg?logo=nginx)](https://nginx.org/en/CHANGES)
3+
[![nginx 1.29.2](https://img.shields.io/badge/nginx-1.29.2-brightgreen.svg?logo=nginx)](https://nginx.org/en/CHANGES)
44
[![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")
55
[![Docker stars](https://img.shields.io/docker/stars/nginxproxy/nginx-proxy.svg)](https://hub.docker.com/r/nginxproxy/nginx-proxy "DockerHub")
66
[![Docker pulls](https://img.shields.io/docker/pulls/nginxproxy/nginx-proxy.svg)](https://hub.docker.com/r/nginxproxy/nginx-proxy "DockerHub")

test/certs/create_server_certificate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424
# Create a nginx container (which conveniently provides the `openssl` command)
2525
###############################################################################
2626

27-
CONTAINER=$(docker run -d -v $DIR:/work -w /work -e SAN="$ALTERNATE_DOMAINS" nginx:1.29.1)
27+
CONTAINER=$(docker run -d -v $DIR:/work -w /work -e SAN="$ALTERNATE_DOMAINS" nginx:1.29.2)
2828
# Configure openssl
2929
docker exec $CONTAINER bash -c '
3030
mkdir -p /ca/{certs,crl,private,newcerts} 2>/dev/null

0 commit comments

Comments
 (0)