From 24896701fc4db51c819a97e632ec80ff56fee519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 04:21:26 +0000 Subject: [PATCH] chore: Bump nginx from 1.25.2-alpine to 1.25.3-alpine Bumps nginx from 1.25.2-alpine to 1.25.3-alpine. --- 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 0055d17564..513cdada83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ HEALTHCHECK --interval=8s --timeout=15s --start-period=120s --retries=128 CMD wg CMD ["nginx"] -FROM nginx:1.25.2-alpine AS production +FROM nginx:1.25.3-alpine AS production EXPOSE 8080 WORKDIR /var/www/mender-gui/dist ARG GIT_COMMIT_TAG