From fd334da45359538e6134aeadf9bee8bc7eeab09a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:55:08 +0000 Subject: [PATCH] Bump raonigabriel/coder-core from 1.1.0 to 1.2.0 Bumps [raonigabriel/coder-core](https://github.com/raonigabriel/coder-core) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/raonigabriel/coder-core/releases) - [Commits](https://github.com/raonigabriel/coder-core/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: raonigabriel/coder-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9a25e44..06942df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ # This is a hack to setup alternate architecture names # For this to work, it needs to be built using docker 'buildx' -FROM ghcr.io/raonigabriel/coder-core:1.1.0 AS linux-amd64 +FROM ghcr.io/raonigabriel/coder-core:1.2.0 AS linux-amd64 ARG ALT_ARCH=x64 -FROM ghcr.io/raonigabriel/coder-core:1.1.0 AS linux-arm64 +FROM ghcr.io/raonigabriel/coder-core:1.2.0 AS linux-arm64 ARG ALT_ARCH=arm64 # This inherits from the hack above