Skip to content

Commit

Permalink
update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantony committed Nov 4, 2022
1 parent 19f5c15 commit ac71017
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gitpod/openvscode-server:1.71.2
FROM gitpod/openvscode-server:1.73.0

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.19.2.${TARGETOS}-${TARGETARCH}
ARG GO_VERSION=go1.19.3.${TARGETOS}-${TARGETARCH}

# Install packages
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \
Expand Down Expand Up @@ -45,7 +45,7 @@ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \


# Install NodeJS
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get install -y nodejs

# Install Yarn
Expand Down

0 comments on commit ac71017

Please sign in to comment.