Skip to content

Commit 7bb453f

Browse files
committed
Bumped version of error handling library referenced by callback app.
Signed-off-by: Alex Woodhead <[email protected]>
1 parent 9b0fee7 commit 7bb453f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CallbackApp.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
FROM python:3.10-alpine
1313

1414
RUN apk update && apk upgrade
15-
RUN apk add libcom_err=1.46.6-r0
15+
RUN apk add libcom_err=1.47.0-r2
1616
WORKDIR /app
1717
COPY src/TaskManager/CallbackApp/app.py ./
1818
COPY src/TaskManager/CallbackApp/requirements.txt ./

0 commit comments

Comments
 (0)