Skip to content

Commit ab793f6

Browse files
committed
Fixed unrecognized configuration parameter error with Docker image - fixes #249
1 parent e04fc32 commit ab793f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ruby:3-alpine
22

33
LABEL org.opencontainers.image.authors="Andrew Kane <[email protected]>"
44

5-
RUN apk add --update build-base libpq-dev postgresql-client && \
5+
RUN apk add --update build-base libpq-dev postgresql16-client && \
66
gem install pg --platform ruby && \
77
gem install pgsync && \
88
apk del build-base && \

0 commit comments

Comments
 (0)