Skip to content

Commit 994d0d6

Browse files
committed
Pinned down base image version
1 parent 7ba2232 commit 994d0d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This is a hack to setup alternate architecture names
22
# For this to work, it needs to be built using docker 'buildx'
3-
FROM ghcr.io/raonigabriel/coder-core:latest AS linux-amd64
3+
FROM ghcr.io/raonigabriel/coder-core:1.1.0 AS linux-amd64
44
ARG ALT_ARCH=x64
55

6-
FROM ghcr.io/raonigabriel/coder-core:latest AS linux-arm64
6+
FROM ghcr.io/raonigabriel/coder-core:1.1.0 AS linux-arm64
77
ARG ALT_ARCH=arm64
88

99
# This inherits from the hack above

0 commit comments

Comments
 (0)