Skip to content

Commit

Permalink
Update Docker - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent bc9439f commit 7c848c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.4
# syntax=docker/dockerfile:1.6
FROM node:lts-alpine as builder

WORKDIR /dscp-matchmaker-api
Expand Down
14 changes: 7 additions & 7 deletions docker-compose-3-persona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ networks:
services:
# -------------------------------------------------------------------- member-a
member-a-postgres-matchmaker-api:
image: postgres:16.0-alpine
image: postgres:16.1-alpine
container_name: member-a-postgres-matchmaker-api
ports:
- 5432:5432
Expand All @@ -33,7 +33,7 @@ services:
networks: ['member-a']

member-a-postgres-identity:
image: postgres:16.0-alpine
image: postgres:16.1-alpine
container_name: member-a-postgres-identity
ports:
- 5433:5432
Expand Down Expand Up @@ -122,7 +122,7 @@ services:

# -------------------------------------------------------------------- member-b
member-b-postgres-matchmaker-api:
image: postgres:16.0-alpine
image: postgres:16.1-alpine
container_name: member-b-postgres-matchmaker-api
ports:
- 5442:5432
Expand All @@ -135,7 +135,7 @@ services:
networks: ['member-b']

member-b-postgres-identity:
image: postgres:16.0-alpine
image: postgres:16.1-alpine
container_name: member-b-postgres-identity
ports:
- 5443:5432
Expand Down Expand Up @@ -225,7 +225,7 @@ services:
# ------------------------------------------------------------------- optimiser

optimiser-postgres-matchmaker-api:
image: postgres:16.0-alpine
image: postgres:16.1-alpine
container_name: optimiser-postgres-matchmaker-api
ports:
- 5452:5432
Expand All @@ -238,7 +238,7 @@ services:
networks: ['optimiser']

optimiser-postgres-identity:
image: postgres:16.0-alpine
image: postgres:16.1-alpine
container_name: optimiser-postgres-identity
ports:
- 5453:5432
Expand Down Expand Up @@ -326,7 +326,7 @@ services:

# ------------------------------------------------------------------------ ipfs
ipfs:
image: ipfs/go-ipfs:v0.23.0
image: ipfs/go-ipfs:v0.24.0
container_name: ipfs
environment:
- |
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
postgres-matchmaker-api:
image: postgres:16.0-alpine
image: postgres:16.1-alpine
container_name: postgres-matchmaker-api
ports:
- 5432:5432
Expand All @@ -14,7 +14,7 @@ services:
- POSTGRES_DB=dscp-matchmaker-api

postgres-identity-service:
image: postgres:16.0-alpine
image: postgres:16.1-alpine
container_name: postgres-identity
ports:
- 5433:5432
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
restart: on-failure

ipfs:
image: ipfs/go-ipfs:v0.23.0
image: ipfs/go-ipfs:v0.24.0
container_name: ipfs
environment:
- |
Expand Down

0 comments on commit 7c848c9

Please sign in to comment.