From a10ba05967e3754f39f406cbae4fc4c30bc6bf81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:10:38 +0000 Subject: [PATCH] Bump nginx from 1.27.0 to 1.27.2 Bumps nginx from 1.27.0 to 1.27.2. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c15092ae9..6cf1601fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY . /usr/src/ RUN touch fonts/atlan.svg fonts/atlan.ttf fonts/atlan.woff && \ yarn build -FROM nginx:1.27.0 +FROM nginx:1.27.2 ENV HOMOCHECKER_API_HOST=homochecker-api COPY client/conf/. /etc/nginx/templates/ COPY --from=build /usr/src/client/dist /var/www/html/