From 49a632f9cd0545869458f50e4dd4a2edaed1d77a Mon Sep 17 00:00:00 2001 From: Jan Pfeifer Date: Sat, 8 Jul 2023 11:42:30 +0200 Subject: [PATCH] Bumped version. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4e37b6..591487b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN apt-get install --yes --no-install-recommends git # Go and GoNB Libraries ####################################################################################################### ENV GO_VERSION=1.20.4 -ENV GONB_VERSION="v0.7.1" +ENV GONB_VERSION="v0.7.2" ENV GOROOT=/usr/local/go ENV GOPATH=${HOME}/go ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin