From 4902e98236b4ee5e9ac12519f79a966cd0ee6dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:52:25 +0000 Subject: [PATCH] build(deps): bump alwatr/nginx-ws from 2.3.2 to 2.4.2 in /packages/app Bumps [alwatr/nginx-ws](https://github.com/Alwatr/nginx) from 2.3.2 to 2.4.2. - [Release notes](https://github.com/Alwatr/nginx/releases) - [Commits](https://github.com/Alwatr/nginx/compare/v2.3.2...v2.4.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 b94cb8c..a651f1f 100644 --- a/packages/app/Dockerfile +++ b/packages/app/Dockerfile @@ -14,7 +14,7 @@ RUN set -eux; \ # --- -FROM ghcr.io/alwatr/nginx-ws:2.3.2 +FROM ghcr.io/alwatr/nginx-ws:2.4.2 LABEL org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-ws:2.2.1" COPY --from=builder /app/packages/app/dist/ .