1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-12 18:19:52 +02:00

initial for pgsql 13

This commit is contained in:
Andrew Dolgov 2021-02-15 20:06:02 +03:00
parent 4302cde27b
commit 651e1323d5
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
FROM postgres:12
FROM postgres:13
EXPOSE 5432
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
COPY init-count-bits.sh /docker-entrypoint-initdb.d/

View file

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