initial for pgsql 13

pgsql-count-bits-13
Andrew Dolgov 4 years ago
parent 4302cde27b
commit 651e1323d5

@ -1,8 +1,8 @@
FROM postgres:12 FROM postgres:13
EXPOSE 5432 EXPOSE 5432
RUN apt-get update RUN apt-get update
RUN apt-get -y install git libpq-dev postgresql-server-dev-12 RUN apt-get -y install git libpq-dev postgresql-server-dev-13
RUN apt-get -y install gcc make RUN apt-get -y install gcc make
COPY init-count-bits.sh /docker-entrypoint-initdb.d/ COPY init-count-bits.sh /docker-entrypoint-initdb.d/

@ -5,7 +5,7 @@ version: '3'
services: services:
db: db:
image: cthulhoo/postgres-count-bits:12-latest image: cthulhoo/postgres-count-bits:13-latest
build: build:
context: context:
./db ./db

Loading…
Cancel
Save