From 7a75dd92554db09adf9bc92562a3f88191786052 Mon Sep 17 00:00:00 2001 From: Nasir Hussain Date: Oct 15 2020 06:38:19 +0000 Subject: Rebuilding go-1.14 on F32 --- diff --git a/Dockerfile b/Dockerfile index 1ff6eee..2790b7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM registry.fedoraproject.org/f30/s2i-base:latest +FROM registry.fedoraproject.org/f32/s2i-base:latest ENV NAME=golang \ - VERSION=1.11 \ + VERSION=1.14 \ ARCH=x86_64 ENV SUMMARY="Platform for building and running Go $VERSION based applications" \