Skip to content

Commit

Permalink
⬆️( backend) upgrade version to 13 of postgres
Browse files Browse the repository at this point in the history
We have updated the version of postgres image to version 13.
  • Loading branch information
jonathanreveille committed Oct 21, 2024
1 parent 5ac5e34 commit 5c9c336
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# Build the Docker image ready for production
build-docker:
docker:
- image: circleci/buildpack-deps:stretch
- image: cimg/base:current
working_directory: ~/fun
steps:
# Checkout repository sources
Expand All @@ -97,7 +97,7 @@ jobs:
- <<: *generate-version-file
# Activate docker-in-docker
- setup_remote_docker:
version: 19.03.13
version: default
# Each image is tagged with the current git commit sha1 to avoid collisions in parallel builds.
- run:
name: Build production image
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
ELASTICSEARCH_PORT: 9200
DJANGO_AWS_S3_REGION_NAME: eu-west-1
# services
- image: circleci/postgres:12-ram
- image: cimg/postgres:13
environment:
POSTGRES_DB: test_ashley
POSTGRES_USER: fun
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: '3.4'

services:
postgresql:
image: postgres:12
image: postgres:13
env_file:
- env.d/development/postgresql
ports:
Expand Down

0 comments on commit 5c9c336

Please sign in to comment.