From 36c6329b4dad2185802eff0bfed70342ad1d2e77 Mon Sep 17 00:00:00 2001 From: raonigabriel Date: Mon, 10 Oct 2022 15:20:58 -0300 Subject: [PATCH] bumps openvscode to v.1.72.0 and cloudflared to 2022.10.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4f041db..f11dbd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ ARG ALT_ARCH=arm64 # This inherits from the hack above FROM ${TARGETOS}-${TARGETARCH} AS builder ARG TARGETARCH -ARG CLOUDFLARE_VERSION=2022.9.1 -ARG OPENVSCODE_VERSION=v1.71.2 +ARG CLOUDFLARE_VERSION=2022.10.0 +ARG OPENVSCODE_VERSION=v1.72.0 # Install npm, nodejs and some tools required to build native node modules RUN sudo apk --no-cache add npm build-base libsecret-dev python3 wget