Skip to content

Commit

Permalink
PostgreSQL 12 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Nov 11, 2019
1 parent 8c99cc7 commit 32dad2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
PGDATABASE: bpp
DJANGO_BPP_SECRET_KEY: foobar
DJANGO_SETTINGS_MODULE: django_bpp.settings.test
- image: mpasternak79/circleci-postgres:10
- image: mpasternak79/circleci-postgres:12
- image: rabbitmq:latest

steps:
Expand Down
5 changes: 5 additions & 0 deletions docker/Dockerfile-db-psql12
@@ -0,0 +1,5 @@
FROM circleci/postgres:12
RUN localedef -i pl_PL -c -f UTF-8 -A /usr/share/locale/locale.alias pl_PL.UTF-8
ENV LANG pl_PL.utf8
RUN apt-mark hold postgresql-12 postgresql-client-12 postgresql-common postgresql-client-common
RUN apt-get update -qq && apt-get install postgresql-plpython3-12 -qq -y

0 comments on commit 32dad2e

Please sign in to comment.