Skip to content

Commit

Permalink
Postgres 16 + fp-bom 2.1.0 (#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek authored Dec 1, 2023
1 parent 9324d5d commit 130512c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lokalutvikling/update-versions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

echo VTP_IMAGE=ghcr.io/navikt/vtp > .env
echo POSTGRES_IMAGE=postgres:15 >> .env
echo POSTGRES_IMAGE=postgres:16 >> .env
echo AZURE_MOCK_IMAGE=ghcr.io/navikt/azure-mock/azure-mock:latest >> .env

echo ".env fil opprettet - Klart for docker-compose up"
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>no.nav.foreldrepenger.felles</groupId>
<artifactId>fp-bom</artifactId>
<version>2.0.1</version>
<version>2.1.0</version>
</parent>

<groupId>no.nav.foreldrepenger.abakus</groupId>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>no.nav.foreldrepenger.felles</groupId>
<artifactId>fp-bom</artifactId>
<version>2.0.1</version>
<version>2.1.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 130512c

Please sign in to comment.