We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00fca9c commit d05a94aCopy full SHA for d05a94a
ACMAS/app/Dockerfile
@@ -56,7 +56,7 @@ RUN mkdir $APP_HOME/mediafiles # Make media files directory
56
WORKDIR $APP_HOME
57
58
# install dependencies
59
-RUN apk add libpq==15.5-r0
+RUN apk add libpq==16.1-r0
60
COPY --from=builder /usr/src/app/wheels /wheels
61
COPY --from=builder /usr/src/app/requirements.txt .
62
RUN pip install --no-cache /wheels/*
0 commit comments