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 Jun 2, 2022
1 parent fb6bf16 commit 411a1a4
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.67.0
FROM gitpod/openvscode-server:1.67.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.1.linux-amd64
ARG GO_VERSION=go1.18.3.linux-amd64

# Install packages
RUN apt-get update --fix-missing && apt-get install -qq \
Expand Down

0 comments on commit 411a1a4

Please sign in to comment.