Skip to content

Commit e1f8cd1

Browse files
committed
Bumps OpenVsCode to 1.74.3 and cloudflared to 2022.12.1
1 parent 2c45b99 commit e1f8cd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is a hack to setuo alternate architecture names
1+
# This is a hack to setup alternate architecture names
22
# For this to work, it needs to be built using docker 'buildx'
33
FROM ghcr.io/raonigabriel/coder-core:latest AS linux-amd64
44
ARG ALT_ARCH=x64
@@ -9,8 +9,8 @@ ARG ALT_ARCH=arm64
99
# This inherits from the hack above
1010
FROM ${TARGETOS}-${TARGETARCH} AS builder
1111
ARG TARGETARCH
12-
ARG CLOUDFLARE_VERSION=2022.10.3
13-
ARG OPENVSCODE_VERSION=v1.73.1
12+
ARG CLOUDFLARE_VERSION=2022.12.1
13+
ARG OPENVSCODE_VERSION=v1.74.3
1414

1515
# Install npm, nodejs and some tools required to build native node modules
1616
RUN sudo apk --no-cache add npm build-base libsecret-dev python3 wget

0 commit comments

Comments
 (0)