Skip to content

Commit

Permalink
Bumped release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpfeifer committed Oct 16, 2024
1 parent 348fb76 commit ccbb91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN wget --quiet --output-document=- "https://go.dev/dl/go${GO_VERSION}.linux-am
&& go version

# Install GoNB (https://github.com/janpfeifer/gonb) in the user account
ARG GONB_VERSION="v0.10.5"
ARG GONB_VERSION="v0.10.6"
USER $NB_USER
WORKDIR ${HOME}
RUN export GOPROXY=direct && \
Expand Down

0 comments on commit ccbb91f

Please sign in to comment.