There was an error while loading. Please reload this page.
1 parent 87c25ed commit f596db5Copy full SHA for f596db5
1 file changed
Dockerfile
@@ -40,7 +40,7 @@ WORKDIR $HOME
40
COPY pact_broker/Gemfile pact_broker/Gemfile.lock $HOME/
41
RUN cat Gemfile.lock | grep -A1 "BUNDLED WITH" | tail -n1 | awk '{print $1}' > BUNDLER_VERSION
42
RUN set -ex && \
43
- apk add --update --no-cache make gcc libc-dev mariadb-dev postgresql15-dev sqlite-dev git yaml-dev && \
+ apk add --update --no-cache make gcc libc-dev mariadb-dev postgresql16-dev sqlite-dev git yaml-dev && \
44
apk upgrade && \
45
gem install bundler -v $(cat BUNDLER_VERSION) && \
46
bundle config set deployment 'true' && \
0 commit comments