From 6495b9a5e0d88dbe4cb1c603f3ae6722fe2d01d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 08:47:01 +0300 Subject: [PATCH] chore(deps): bump coder/coder from v2.10.0 to v2.10.1 in /heroku (#133) Bumps [coder/coder](https://github.com/coder/coder) from v2.10.0 to v2.10.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.10.0...v2.10.1) --- updated-dependencies: - dependency-name: coder/coder dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- heroku/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heroku/Dockerfile b/heroku/Dockerfile index ebfc7e8..bc5f746 100644 --- a/heroku/Dockerfile +++ b/heroku/Dockerfile @@ -1,3 +1,3 @@ -FROM ghcr.io/coder/coder:v2.10.0 +FROM ghcr.io/coder/coder:v2.10.1 ENV CODER_TELEMETRY_INSTALL_SOURCE=heroku ENTRYPOINT []