From 411a1a41e10f64e2a2fb55573a208a61a5724160 Mon Sep 17 00:00:00 2001 From: deviantony Date: Thu, 2 Jun 2022 22:43:56 +0000 Subject: [PATCH] bump golang and openvscode versions --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a075639..b787996 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM gitpod/openvscode-server:1.67.0 +FROM gitpod/openvscode-server:1.67.2 EXPOSE 3000 EXPOSE 9443 @@ -11,7 +11,7 @@ USER root RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections # Set default go version -ARG GO_VERSION=go1.18.1.linux-amd64 +ARG GO_VERSION=go1.18.3.linux-amd64 # Install packages RUN apt-get update --fix-missing && apt-get install -qq \