Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Jul 8, 2021
2 parents 8c9f409 + f77c591 commit 9b45d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM centos:centos7 as build
# Add everything
ADD . /usr/src/multus-cni

ENV INSTALL_PKGS "git golang-1.13.10-0.el7.x86_64"
ENV INSTALL_PKGS "git golang-1.15.13-0.el7.x86_64"
RUN rpm --import https://mirror.go-repo.io/centos/RPM-GPG-KEY-GO-REPO && \
curl -s https://mirror.go-repo.io/centos/go-repo.repo | tee /etc/yum.repos.d/go-repo.repo && \
yum install -y $INSTALL_PKGS && \
Expand Down

0 comments on commit 9b45d4b

Please sign in to comment.