Skip to content

Commit

Permalink
Update libpq version
Browse files Browse the repository at this point in the history
Fixes a blocking error when starting Docker instance.
  • Loading branch information
jaw12346 committed Dec 22, 2023
1 parent 00fca9c commit d05a94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACMAS/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN mkdir $APP_HOME/mediafiles # Make media files directory
WORKDIR $APP_HOME

# install dependencies
RUN apk add libpq==15.5-r0
RUN apk add libpq==16.1-r0
COPY --from=builder /usr/src/app/wheels /wheels
COPY --from=builder /usr/src/app/requirements.txt .
RUN pip install --no-cache /wheels/*
Expand Down

0 comments on commit d05a94a

Please sign in to comment.