Compare commits

..

3 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
91b0a4ad00 Release 1.42.0
Some checks failed
tagged-release / tagged-release (push) Has been cancelled
2025-02-21 22:16:36 -05:00
Jose Diaz-Gonzalez
e1f721f39b Merge pull request #337 from dokku/dependabot/docker/postgres-17.3
chore(deps): bump postgres from 17.2 to 17.3
2025-02-21 21:16:25 -06:00
dependabot[bot]
2f816534da chore(deps): bump postgres from 17.2 to 17.3
Bumps postgres from 17.2 to 17.3.

---
updated-dependencies:
- dependency-name: postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-14 02:44:02 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
FROM postgres:17.2 FROM postgres:17.3

View File

@@ -1,6 +1,6 @@
# dokku postgres [![Build Status](https://img.shields.io/github/actions/workflow/status/dokku/dokku-postgres/ci.yml?branch=master&style=flat-square "Build Status")](https://github.com/dokku/dokku-postgres/actions/workflows/ci.yml?query=branch%3Amaster) [![IRC Network](https://img.shields.io/badge/irc-libera-blue.svg?style=flat-square "IRC Libera")](https://webchat.libera.chat/?channels=dokku) # dokku postgres [![Build Status](https://img.shields.io/github/actions/workflow/status/dokku/dokku-postgres/ci.yml?branch=master&style=flat-square "Build Status")](https://github.com/dokku/dokku-postgres/actions/workflows/ci.yml?query=branch%3Amaster) [![IRC Network](https://img.shields.io/badge/irc-libera-blue.svg?style=flat-square "IRC Libera")](https://webchat.libera.chat/?channels=dokku)
Official postgres plugin for dokku. Currently defaults to installing [postgres 17.2](https://hub.docker.com/_/postgres/). Official postgres plugin for dokku. Currently defaults to installing [postgres 17.3](https://hub.docker.com/_/postgres/).
## Requirements ## Requirements

View File

@@ -1,4 +1,4 @@
[plugin] [plugin]
description = "dokku postgres service plugin" description = "dokku postgres service plugin"
version = "1.41.0" version = "1.42.0"
[plugin.config] [plugin.config]