Skip to content

Commit

Permalink
Upgrade to postgres 14.9 (#377)
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Homer <[email protected]>
  • Loading branch information
etiennehomer authored Jan 30, 2024
1 parent 0b559e4 commit 2884b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ This profile allows you to launch only the technical services : postgres, elasti

|Software| Version used |
--- | --- |
|Postgres|13.4|
|Postgres|14.9|
|RabbitMQ|latest|
|Elasticsearch|7.9.3|
|Grafana|latest|
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/technical/Dockerfile-postgres
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM postgres:13.4
FROM postgres:14.9
USER root
RUN apt-get update && apt-get -y install curl

0 comments on commit 2884b05

Please sign in to comment.