Skip to content

Commit

Permalink
Upgrade Go to 1.19.6 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
asafgabai authored Mar 14, 2023
1 parent 728f858 commit bd57ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
RUN pip install pipenv poetry --quiet

# Install Go
RUN curl -fL https://golang.org/dl/go1.19.5.linux-amd64.tar.gz | tar -zxC /usr/local
RUN curl -fL https://golang.org/dl/go1.19.6.linux-amd64.tar.gz | tar -zxC /usr/local

# Install .NET & NuGet
RUN curl -sL https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -o packages-microsoft-prod.deb
Expand Down

0 comments on commit bd57ca6

Please sign in to comment.