We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba2232 commit 994d0d6Copy full SHA for 994d0d6
Dockerfile
@@ -1,9 +1,9 @@
1
# This is a hack to setup alternate architecture names
2
# For this to work, it needs to be built using docker 'buildx'
3
-FROM ghcr.io/raonigabriel/coder-core:latest AS linux-amd64
+FROM ghcr.io/raonigabriel/coder-core:1.1.0 AS linux-amd64
4
ARG ALT_ARCH=x64
5
6
-FROM ghcr.io/raonigabriel/coder-core:latest AS linux-arm64
+FROM ghcr.io/raonigabriel/coder-core:1.1.0 AS linux-arm64
7
ARG ALT_ARCH=arm64
8
9
# This inherits from the hack above
0 commit comments