Skip to content

Commit

Permalink
PG 15
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-galien committed Dec 12, 2023
1 parent 9e7b15b commit dae6db1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Report a bug or a problem => [Create an issue](https://github.com/ng-galien/idea

### Install the debugger on the server

>Try out the Docker image on [Docker Hub](https://hub.docker.com/repository/docker/galien0xffffff/postgres-debugger/general) with a ready to use enhanced debugger (versions 11 to 15).
>Try out the Docker image on [Docker Hub](https://hub.docker.com/repository/docker/galien0xffffff/postgres-debugger/general) with a ready to use enhanced debugger (versions 11 to 16).
Images are based on the official postgres image and are available for amd64 and arm64 architectures.
> [Docker Image](/docker/Dockerfile) | [Readme](/docker/README.md)

```shell
docker run -p 5514:5432 --name PG14-debug -e POSTGRES_PASSWORD=postgres -d galien0xffffff/postgres-debugger:14
docker run -p 5515:5432 --name PG15-debug -e POSTGRES_PASSWORD=postgres -d galien0xffffff/postgres-debugger:15
```

Or install the [debugger](https://www.pgadmin.org/docs/pgadmin4/development/debugger.html) binaries on your machine.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.testcontainers.junit.jupiter.Testcontainers
class PostgresContainerTest {

@Container
var postgres = getPGContainer("14")
var postgres = getPGContainer("15")

@BeforeEach
fun setup() {
Expand Down

0 comments on commit dae6db1

Please sign in to comment.