Skip to content

Commit

Permalink
Specify psycopg2-binary version to fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlaw528 committed Oct 21, 2023
1 parent a7375b3 commit 18c5ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV PATH="$POETRY_HOME/bin:${PATH}"
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

# hadolint ignore=DL3018
RUN apk update && apk add --no-cache curl gcc musl-dev libffi-dev jq && pip install psycopg2-binary
RUN apk update && apk add --no-cache curl gcc musl-dev libffi-dev jq && pip install psycopg2-binary==2.9.9

# Disabling shellcheck SC2034 because it considers the unused variables POETRY_HOME and POETRY_VERSION as a bug
# shellcheck disable=SC2034
Expand Down

0 comments on commit 18c5ead

Please sign in to comment.