Skip to content

Commit

Permalink
chore: bump Go from 1.17.2 to 1.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Jan 4, 2022
1 parent 6308d1a commit 70d3315
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
Expand Up @@ -4,8 +4,8 @@ FROM node:latest
RUN npm install -g aws-cdk@1.133.0 typescript

# Install Go.
RUN curl -L -o go1.17.2.linux-amd64.tar.gz https://golang.org/dl/go1.17.2.linux-amd64.tar.gz
RUN rm -rf /usr/local/go && tar -C /usr/local -xzf go1.17.2.linux-amd64.tar.gz
RUN curl -L -o go1.17.5.linux-amd64.tar.gz https://go.dev/dl/go1.17.5.linux-amd64.tar.gz
RUN rm -rf /usr/local/go && tar -C /usr/local -xzf go1.17.5.linux-amd64.tar.gz
ENV PATH "$PATH:/usr/local/go/bin"
ENV PATH "$PATH:/root/go/bin"

Expand Down

0 comments on commit 70d3315

Please sign in to comment.