Skip to content

Commit 36c3bcd

Browse files
committed
Resolve CVE-2022-1304
Signed-off-by: Victor Chang <vicchang@nvidia.com>
1 parent 3e8f345 commit 36c3bcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CallbackApp.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
FROM python:3.10-alpine
1313

14+
RUN apk update && apk upgrade
15+
RUN apk add libcom_err=1.46.6-r0
1416
WORKDIR /app
1517
COPY src/TaskManager/CallbackApp/app.py ./
1618
COPY src/TaskManager/CallbackApp/requirements.txt ./

0 commit comments

Comments
 (0)