Skip to content

Commit db767fa

Browse files
author
Bitnami Bot
authored
[bitnami/nginx] Release nginx-1.27.3-debian-12-r2 (#75940)
Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
1 parent 3821950 commit db767fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bitnami/nginx/1.27/debian-12/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ ARG TARGETARCH
88

99
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
1010
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11-
org.opencontainers.image.created="2024-12-26T18:48:06Z" \
11+
org.opencontainers.image.created="2025-01-01T03:45:58Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/nginx/README.md" \
1414
org.opencontainers.image.licenses="Apache-2.0" \
15-
org.opencontainers.image.ref.name="1.27.3-debian-12-r1" \
15+
org.opencontainers.image.ref.name="1.27.3-debian-12-r2" \
1616
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nginx" \
1717
org.opencontainers.image.title="nginx" \
1818
org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -30,7 +30,7 @@ RUN install_packages ca-certificates curl gettext libcrypt1 libgeoip1 libpcre3 l
3030
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
3131
COMPONENTS=( \
3232
"render-template-1.0.7-8-linux-${OS_ARCH}-debian-12" \
33-
"nginx-1.27.3-0-linux-${OS_ARCH}-debian-12" \
33+
"nginx-1.27.3-1-linux-${OS_ARCH}-debian-12" \
3434
) ; \
3535
for COMPONENT in "${COMPONENTS[@]}"; do \
3636
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

bitnami/nginx/1.27/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"arch": "amd64",
44
"distro": "debian-12",
55
"type": "NAMI",
6-
"version": "1.27.3-0"
6+
"version": "1.27.3-1"
77
},
88
"render-template": {
99
"arch": "amd64",

bitnami/nginx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ If you encountered a problem running this container, you can file an [issue](htt
639639

640640
## License
641641

642-
Copyright &copy; 2024 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
642+
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
643643

644644
Licensed under the Apache License, Version 2.0 (the "License");
645645
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)