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 30144c4 commit 13a4a5dCopy full SHA for 13a4a5d
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.1
13
-ARG OPENVSCODE_VERSION=v1.72.2
+ARG CLOUDFLARE_VERSION=2022.10.3
+ARG OPENVSCODE_VERSION=v1.72.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