Skip to content

Commit aa13e55

Browse files
committed
up package for libcom_err due to docker build error
Signed-off-by: Neil South <neil.south@answerdigital.com>
1 parent 69b76aa commit aa13e55

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

0 commit comments

Comments
 (0)