We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04fc32 commit ab793f6Copy full SHA for ab793f6
Dockerfile
@@ -2,7 +2,7 @@ FROM ruby:3-alpine
2
3
LABEL org.opencontainers.image.authors="Andrew Kane <[email protected]>"
4
5
-RUN apk add --update build-base libpq-dev postgresql-client && \
+RUN apk add --update build-base libpq-dev postgresql16-client && \
6
gem install pg --platform ruby && \
7
gem install pgsync && \
8
apk del build-base && \
0 commit comments