Skip to content

Commit

Permalink
version: bump vscode and golang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantony committed Jul 12, 2023
1 parent 4df5098 commit 522ebf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gitpod/openvscode-server:1.79.2
FROM gitpod/openvscode-server:1.80.1

ARG TARGETOS
ARG TARGETARCH
Expand All @@ -14,7 +14,7 @@ USER root
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections

# Set default go version
ARG GO_VERSION=go1.20.5.${TARGETOS}-${TARGETARCH}
ARG GO_VERSION=go1.20.6.${TARGETOS}-${TARGETARCH}

# Install packages
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \
Expand Down

0 comments on commit 522ebf7

Please sign in to comment.