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 2c45b99 commit e1f8cd1Copy full SHA for e1f8cd1
Dockerfile
@@ -1,4 +1,4 @@
1
-# This is a hack to setuo alternate architecture names
+# 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
4
ARG ALT_ARCH=x64
@@ -9,8 +9,8 @@ ARG ALT_ARCH=arm64
9
# This inherits from the hack above
10
FROM ${TARGETOS}-${TARGETARCH} AS builder
11
ARG TARGETARCH
12
-ARG CLOUDFLARE_VERSION=2022.10.3
13
-ARG OPENVSCODE_VERSION=v1.73.1
+ARG CLOUDFLARE_VERSION=2022.12.1
+ARG OPENVSCODE_VERSION=v1.74.3
14
15
# Install npm, nodejs and some tools required to build native node modules
16
RUN sudo apk --no-cache add npm build-base libsecret-dev python3 wget
0 commit comments