Skip to content

Commit da792f3

Browse files
committed
patches image vulnerability with lib upgrade
1 parent 3db533f commit da792f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ LABEL maintainer="Jupyter Project <[email protected]>"
55

66
# Useful tools for debugging
77
RUN apk add --no-cache jq curl
8+
RUN apk update
9+
RUN apk add --upgrade libgcc
10+
RUN apk add --upgrade libstdc++
811

912
# Copy relevant (see .dockerignore)
1013
RUN mkdir -p /srv/configurable-http-proxy

0 commit comments

Comments
 (0)