Skip to content

Commit

Permalink
Merge pull request #61 from NVIDIA/bump-go-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq1890 committed Apr 19, 2024
2 parents 64d72cb + 054e066 commit 10421cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/container/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN yum install -y \
&& \
rm -rf /var/cache/yum/*

ARG GOLANG_VERSION=1.20.5
ARG GOLANG_VERSION=1.22.2
RUN set -eux; \
\
arch="$(uname -m)"; \
Expand Down
2 changes: 1 addition & 1 deletion deployments/container/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && \
&& \
rm -rf /var/lib/apt/lists/*

ARG GOLANG_VERSION=1.20.5
ARG GOLANG_VERSION=1.22.2
RUN set -eux; \
\
arch="$(uname -m)"; \
Expand Down

0 comments on commit 10421cd

Please sign in to comment.