Skip to content

Commit

Permalink
bump golang and openvscode versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantony committed Aug 1, 2022
1 parent 17dba73 commit 77cf20b
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.68.1
FROM gitpod/openvscode-server:1.69.2

EXPOSE 3000
EXPOSE 9443
Expand All @@ -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.3.linux-amd64
ARG GO_VERSION=go1.18.4.linux-amd64

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

0 comments on commit 77cf20b

Please sign in to comment.