From 1c42f11c6d8337e563f1cfbfd64fabd405365288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:42:18 +0000 Subject: [PATCH] build(deps): bump alwatr/nginx-ws from 2.2.1 to 2.3.2 in /packages/app Bumps [alwatr/nginx-ws](https://github.com/Alwatr/nginx) from 2.2.1 to 2.3.2. - [Release notes](https://github.com/Alwatr/nginx/releases) - [Commits](https://github.com/Alwatr/nginx/compare/v2.2.1...v2.3.2) --- updated-dependencies: - dependency-name: alwatr/nginx-ws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/Dockerfile b/packages/app/Dockerfile index d3d4e80..b94cb8c 100644 --- a/packages/app/Dockerfile +++ b/packages/app/Dockerfile @@ -14,7 +14,7 @@ RUN set -eux; \ # --- -FROM ghcr.io/alwatr/nginx-ws:2.2.1 +FROM ghcr.io/alwatr/nginx-ws:2.3.2 LABEL org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-ws:2.2.1" COPY --from=builder /app/packages/app/dist/ .