From a27de673f43f82b2d449e039dc350cf3029b971b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:09:19 +0100 Subject: [PATCH] build(deps): bump onecx/docker-spa-base from 1.8.0 to 1.9.0 (#327) Bumps [onecx/docker-spa-base](https://github.com/onecx/docker-spa-base) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/onecx/docker-spa-base/releases) - [Commits](https://github.com/onecx/docker-spa-base/compare/1.8.0...1.9.0) --- updated-dependencies: - dependency-name: onecx/docker-spa-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 824bad3..78315da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/onecx/docker-spa-base:1.8.0 +FROM ghcr.io/onecx/docker-spa-base:1.9.0 # Copy nginx configuration COPY nginx/locations.conf $DIR_LOCATION/locations.conf