From b4edbf520ef4ddfd4af2d0c7cda7f37a84a0017f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 00:35:00 +0000 Subject: [PATCH] chore(deps): bump coder/coder from v2.9.0 to v2.9.1 in /heroku Bumps [coder/coder](https://github.com/coder/coder) from v2.9.0 to v2.9.1. - [Release notes](https://github.com/coder/coder/releases) - [Changelog](https://github.com/coder/coder/blob/main/release.key) - [Commits](https://github.com/coder/coder/compare/v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: coder/coder dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- heroku/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heroku/Dockerfile b/heroku/Dockerfile index 9324e01..d75465f 100644 --- a/heroku/Dockerfile +++ b/heroku/Dockerfile @@ -1,3 +1,3 @@ -FROM ghcr.io/coder/coder:v2.9.0 +FROM ghcr.io/coder/coder:v2.9.1 ENV CODER_TELEMETRY_INSTALL_SOURCE=heroku ENTRYPOINT []