From 79170a9c523ecf6e2c546670f2b7962dbdea04e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:28:44 +0300 Subject: [PATCH] chore(deps): bump coder/coder from v2.11.1 to v2.11.2 in /heroku (#141) Bumps [coder/coder](https://github.com/coder/coder) from v2.11.1 to v2.11.2. - [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.11.1...v2.11.2) --- 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 2944634..7ccc182 100644 --- a/heroku/Dockerfile +++ b/heroku/Dockerfile @@ -1,3 +1,3 @@ -FROM ghcr.io/coder/coder:v2.11.1 +FROM ghcr.io/coder/coder:v2.11.2 ENV CODER_TELEMETRY_INSTALL_SOURCE=heroku ENTRYPOINT []