Skip to content

Commit d05a94a

Browse files
committed
Update libpq version
Fixes a blocking error when starting Docker instance.
1 parent 00fca9c commit d05a94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ACMAS/app/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN mkdir $APP_HOME/mediafiles # Make media files directory
5656
WORKDIR $APP_HOME
5757

5858
# install dependencies
59-
RUN apk add libpq==15.5-r0
59+
RUN apk add libpq==16.1-r0
6060
COPY --from=builder /usr/src/app/wheels /wheels
6161
COPY --from=builder /usr/src/app/requirements.txt .
6262
RUN pip install --no-cache /wheels/*

0 commit comments

Comments
 (0)