Skip to content

Commit

Permalink
deps(debian): Bumped version of golang on debian image
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed May 19, 2024
1 parent 3bce825 commit fe101ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/debian/12.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ RUN apt-get update -y && \
docker-compose-plugin

# Install golang.
RUN wget -c https://golang.org/dl/go1.20.2.linux-amd64.tar.gz
RUN tar -C /usr/local -xzf go1.20.2.linux-amd64.tar.gz
RUN wget -c https://golang.org/dl/go1.22.2.linux-amd64.tar.gz
RUN tar -C /usr/local -xzf go1.22.2.linux-amd64.tar.gz

ENV GOPATH /home/go
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
Expand Down

0 comments on commit fe101ee

Please sign in to comment.