Skip to content

Commit 87093b4

Browse files
committed
Update libcom_err version in Dockerfile
- Upgraded libcom_err from version 1.47.0-r5 to 1.47.2-r1 in the CallbackApp.Dockerfile. - This change ensures compatibility with the latest library updates and improves stability. Signed-off-by: Victor Chang <[email protected]>
1 parent 788a5d9 commit 87093b4

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.47.0-r5
15+
RUN apk add libcom_err=1.47.2-r1
1616
WORKDIR /app
1717
COPY src/TaskManager/CallbackApp/app.py ./
1818
COPY src/TaskManager/CallbackApp/requirements.txt ./

0 commit comments

Comments
 (0)