Skip to content

Commit

Permalink
Bump faf-db to v133 & faf-java-api to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Nov 10, 2023
1 parent 034804e commit c6177f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
#
faf-db-migrations:
container_name: faf-db-migrations
image: faforever/faf-db-migrations:v129
image: faforever/faf-db-migrations:v133
user: ${FAF_DB_USER}
networks:
- faf
Expand Down Expand Up @@ -129,7 +129,7 @@ services:
#
faf-java-api:
container_name: faf-java-api
image: faforever/faf-java-api:v3.2.0
image: faforever/faf-java-api:v3.3.1
user: ${FAF_JAVA_API_USER}
networks:
faf:
Expand Down Expand Up @@ -316,7 +316,7 @@ services:
# Advanced Message Queuing Protocol (AMQP).
#
faf-rabbitmq:
image: rabbitmq:3.9.16-management-alpine
image: rabbitmq:3.9.29-management-alpine
container_name: faf-rabbitmq
hostname: rabbitmq.${DOMAINNAME}
ports:
Expand Down

0 comments on commit c6177f3

Please sign in to comment.