Skip to content

Commit

Permalink
Merge branch 'main' into 404
Browse files Browse the repository at this point in the history
  • Loading branch information
noahcussatti committed Nov 28, 2023
2 parents cefe552 + 00fca9c commit ddcbad4
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.4-r0
RUN apk add libpq==15.5-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 ddcbad4

Please sign in to comment.