Skip to content

Commit

Permalink
Merge pull request #1031 from antonincms/dockerfile-go-version
Browse files Browse the repository at this point in the history
chore: bump Dockerfile golang version to 1.20
  • Loading branch information
ademariag committed Oct 1, 2023
2 parents 5a332a0 + 18047a6 commit b159984
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 @@ -18,7 +18,7 @@ RUN python -m venv $VIRTUAL_ENV \
&& pip install --upgrade pip yq wheel poetry==$POETRY_VERSION

# Install Go (for go-jsonnet)
RUN curl -fsSL -o go.tar.gz https://go.dev/dl/go1.17.3.linux-${TARGETARCH}.tar.gz \
RUN curl -fsSL -o go.tar.gz https://go.dev/dl/go1.20.8.linux-${TARGETARCH}.tar.gz \
&& tar -C /usr/local -xzf go.tar.gz \
&& rm go.tar.gz

Expand Down

0 comments on commit b159984

Please sign in to comment.