Skip to content

Commit

Permalink
Fix GOLANG_VERSION in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Oct 31, 2024
1 parent 76e0d29 commit 7be8cb9
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 @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG GOLANG_VERSION=1.20.5
ARG GOLANG_VERSION=1.22.6
FROM nvidia/cuda:12.6.0-base-ubi8 as build

RUN yum install -y \
Expand Down
2 changes: 1 addition & 1 deletion deployments/container/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG GOLANG_VERSION=1.20.5
ARG GOLANG_VERSION=1.22.6
FROM nvidia/cuda:12.6.0-base-ubuntu22.04 as build

RUN apt-get update && \
Expand Down

0 comments on commit 7be8cb9

Please sign in to comment.