Skip to content

Commit

Permalink
postgres client
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-rychlewski committed May 2, 2024
1 parent a8c74cb commit 7f486ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ integration-test-postgres:
# might have been rotated since our image was built
RUN apk add -X https://dl-cdn.alpinelinux.org/alpine/v3.17/main -u alpine-keys
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.17/main' >> /etc/apk/repositories
RUN apk add postgresql15-client
RUN apk add postgresql16-client
ELSE
RUN apk add postgresql-client
END
Expand Down

0 comments on commit 7f486ae

Please sign in to comment.