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 36c6329 commit 30144c4Copy full SHA for 30144c4
Dockerfile
@@ -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.0
13
-ARG OPENVSCODE_VERSION=v1.72.0
+ARG CLOUDFLARE_VERSION=2022.10.1
+ARG OPENVSCODE_VERSION=v1.72.2
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