From 2b24e5a876539e6d3e31724c46699443f081f5b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 12:15:13 +0000 Subject: [PATCH] Update dependency gopherdata/gophernotes to v0.7.5 (#704) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- jupyter-go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter-go/Dockerfile b/jupyter-go/Dockerfile index 25db564a..0533a039 100644 --- a/jupyter-go/Dockerfile +++ b/jupyter-go/Dockerfile @@ -6,7 +6,7 @@ USER root # renovate: datasource=docker depName=golang versioning=semver ARG GO_VERSION=1.18.2 # renovate: datasource=github-tags depName=gopherdata/gophernotes versioning=semver -ARG GOPHERNOTES_VERSION=v0.7.4 +ARG GOPHERNOTES_VERSION=v0.7.5 ENV GO_DIR /go ENV GOPATH ${GO_DIR}