From 61fc47a96f744299e825c0a32000a10b2befeea0 Mon Sep 17 00:00:00 2001 From: Sidney Jeong Date: Fri, 23 Dec 2022 13:55:54 +0900 Subject: [PATCH] Changed nginx settings. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b2f451..d42a89d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact; https://sidlibrary.org" \ org.opencontainers.image.description="Application packaged by Bitnami; flavoured by Sidney Jeong" \ - org.opencontainers.image.ref.name="1.23.3-jammy-r0" \ + org.opencontainers.image.ref.name="1.23.3-jammy-r1" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nginx" \ org.opencontainers.image.title="nginx" \ org.opencontainers.image.vendor="VMware, Inc.; Sidney Jeong" \