Skip to content

Commit

Permalink
Migrate ownership checks
Browse files Browse the repository at this point in the history
bump faf-db-migrations to v126
bump faf-java-api to v2.19.7
bump faf-user-service to 2.1.0
  • Loading branch information
Sheikah45 authored Jul 23, 2022
1 parent 0667ef9 commit acf38fa
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 @@ -65,7 +65,7 @@ services:
#
faf-db-migrations:
container_name: faf-db-migrations
image: faforever/faf-db-migrations:v125
image: faforever/faf-db-migrations:v126
user: ${FAF_DB_USER}
networks:
- faf
Expand Down Expand Up @@ -106,7 +106,7 @@ services:
#
faf-java-api:
container_name: faf-java-api
image: faforever/faf-java-api:v2.19.6.1
image: faforever/faf-java-api:v2.19.7
user: ${FAF_JAVA_API_USER}
networks:
faf:
Expand Down Expand Up @@ -412,7 +412,7 @@ services:
#
faf-user-service:
container_name: faf-user-service
image: faforever/faf-user-service:2.0.1
image: faforever/faf-user-service:2.1.0
networks:
- faf
restart: unless-stopped
Expand Down

0 comments on commit acf38fa

Please sign in to comment.