Skip to content

Commit

Permalink
Security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 authored Mar 31, 2022
1 parent 0b30b5f commit 2c7f18f
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 @@ -8,7 +8,7 @@ services:
# Runs in dashboard mode, secured by basic http auth
#
faf-traefik:
image: traefik:v2.6.1
image: traefik:v2.6.3
environment:
DOMAINNAME: ${DOMAINNAME}
network_mode: host
Expand Down Expand Up @@ -102,7 +102,7 @@ services:
#
faf-java-api:
container_name: faf-java-api
image: faforever/faf-java-api:v2.19.0
image: faforever/faf-java-api:v2.19.1
user: ${FAF_JAVA_API_USER}
networks:
faf:
Expand Down Expand Up @@ -397,7 +397,7 @@ services:
#
faf-user-service:
container_name: faf-user-service
image: faforever/faf-user-service:1.0.8
image: faforever/faf-user-service:1.0.10
networks:
faf:
aliases:
Expand Down

0 comments on commit 2c7f18f

Please sign in to comment.