This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new a7b81df  HDDS-6023. Cannot rebuild ozone-runner due to undefined: 
os.ErrDeadlineExceeded (#8)
a7b81df is described below

commit a7b81dfc7b19e491a597dc5d860bd750d3e5b3ab
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Dec 2 10:59:24 2021 +0100

    HDDS-6023. Cannot rebuild ozone-runner due to undefined: 
os.ErrDeadlineExceeded (#8)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 2e99d89..3bcad0e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM golang:1.14.2-buster
+FROM golang:1.17.3-buster
 RUN GO111MODULE=off go get -u github.com/rexray/gocsi/csc
 
 FROM centos:7.6.1810

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to