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 897ef81 commit d07eec2Copy full SHA for d07eec2
Dockerfile
@@ -1,16 +1,16 @@
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:1.0.3 AS linux-amd64
+FROM ghcr.io/raonigabriel/coder-core:1.0.4 AS linux-amd64
4
ARG ALT_ARCH=x64
5
6
-FROM ghcr.io/raonigabriel/coder-core:1.0.3 AS linux-arm64
+FROM ghcr.io/raonigabriel/coder-core:1.0.4 AS linux-arm64
7
ARG ALT_ARCH=arm64
8
9
# This inherits from the hack above
10
FROM ${TARGETOS}-${TARGETARCH} AS builder
11
ARG TARGETARCH
12
ARG CLOUDFLARE_VERSION=2023.2.1
13
-ARG OPENVSCODE_VERSION=v1.75.0
+ARG OPENVSCODE_VERSION=v1.75.1
14
15
# Install npm, nodejs and some tools required to build native node modules
16
USER root
0 commit comments