Skip to content

Commit

Permalink
upgraded PostgreSQL version from 12.8 to 16.3 (#2184)
Browse files Browse the repository at this point in the history
* upgraded PostgreSQL version from 12.8 to 16.3

* updated comment
  • Loading branch information
umar8hassan authored May 23, 2024
1 parent b9cac70 commit 775c848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer "ODL DevOps <[email protected]>"
# Add package files, install updated node and pip
WORKDIR /tmp

# Install packages and add repo needed for postgres 9.6
# Install packages and add repo needed for postgres 16.3
COPY apt.txt /tmp/apt.txt
RUN apt-get update
RUN apt-get install -y $(grep -vE "^\s*#" apt.txt | tr "\n" " ")
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ networks:
- subnet: "10.1.0.0/24"
services:
db:
image: postgres:12.8
image: postgres:16.3
ports:
- "5431:5432"
environment:
Expand Down

0 comments on commit 775c848

Please sign in to comment.