Skip to content

Commit

Permalink
update golang and vscoder version
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantony committed Mar 31, 2022
1 parent 937e45a commit 453fbab
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 deviantony/openvscode-server:1.64.2
FROM deviantony/openvscode-server:1.66.0

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.17.8.linux-amd64
ARG GO_VERSION=go1.18.linux-amd64

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

0 comments on commit 453fbab

Please sign in to comment.