From c2bb00ba6f025ffce0c41c322e4d8fff50e79bce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:19:11 +0000 Subject: [PATCH] Bump simonsobs/nextline-graphql from v0.7.13 to v0.8.1 Bumps [simonsobs/nextline-graphql](https://github.com/simonsobs/nextline-graphql) from v0.7.13 to v0.8.1. - [Release notes](https://github.com/simonsobs/nextline-graphql/releases) - [Commits](https://github.com/simonsobs/nextline-graphql/compare/v0.7.13...v0.8.1) --- updated-dependencies: - dependency-name: simonsobs/nextline-graphql dependency-version: v0.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.Dockerfile b/backend.Dockerfile index bcd54c2..99436dd 100644 --- a/backend.Dockerfile +++ b/backend.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/simonsobs/nextline-graphql:v0.7.13 +FROM ghcr.io/simonsobs/nextline-graphql:v0.8.1 # Setup configuration environment ENV OCS_CONFIG_DIR=/config