Skip to content

Commit

Permalink
Update net Package as temporary vulnerability fix (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Roy-IBM committed Mar 6, 2023
1 parent 8568c8f commit 907ba06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions golang1.19/Dockerfile
Expand Up @@ -39,6 +39,9 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main contrib non-fre
# Cleanup apt data, we do not need them later on.
apt-get clean && rm -rf /var/lib/apt/lists/* &&\
go install github.com/go-delve/delve/cmd/dlv@latest &&\
#Update net Package as temporary vulnerability fix
cd /usr/local/go/src/ &&\
go get -u golang.org/x/net@v0.8.0 &&\
mkdir /action
#make python 3 react as python
RUN ln -s /usr/bin/python3 /usr/bin/python
Expand Down

0 comments on commit 907ba06

Please sign in to comment.