diff --git a/ansible/assets/docker-int/compose.yml.j2 b/ansible/assets/docker-int/compose.yml.j2 index d838fc9..72acf81 100644 --- a/ansible/assets/docker-int/compose.yml.j2 +++ b/ansible/assets/docker-int/compose.yml.j2 @@ -107,7 +107,7 @@ services: - "traefik.http.routers.testweb.entrypoints=websecure" - "traefik.http.routers.testweb.tls.certresolver=myresolver" actual_server: - image: docker.io/actualbudget/actual-server:25.3.1 + image: docker.io/actualbudget/actual-server:25.8.0 ports: # This line makes Actual available at port 5006 of the device you run the server on, # i.e. http://localhost:5006. You can change the first number to change the port, if you want.