Skip to content

Commit f596db5

Browse files
committed
chore(deps): postgresql15-dev to postgresql16-dev
not available in alpine 3.23
1 parent 87c25ed commit f596db5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ WORKDIR $HOME
4040
COPY pact_broker/Gemfile pact_broker/Gemfile.lock $HOME/
4141
RUN cat Gemfile.lock | grep -A1 "BUNDLED WITH" | tail -n1 | awk '{print $1}' > BUNDLER_VERSION
4242
RUN set -ex && \
43-
apk add --update --no-cache make gcc libc-dev mariadb-dev postgresql15-dev sqlite-dev git yaml-dev && \
43+
apk add --update --no-cache make gcc libc-dev mariadb-dev postgresql16-dev sqlite-dev git yaml-dev && \
4444
apk upgrade && \
4545
gem install bundler -v $(cat BUNDLER_VERSION) && \
4646
bundle config set deployment 'true' && \

0 commit comments

Comments
 (0)