diff --git a/compose.yml b/compose.yml index 3f1f3cf..60431b5 100644 --- a/compose.yml +++ b/compose.yml @@ -84,7 +84,7 @@ x-minio-env: &minio-env services: app: - image: lasuite/impress-frontend:v4.4.0 + image: lasuite/impress-frontend:v4.5.0 networks: - backend deploy: @@ -101,7 +101,7 @@ services: start_period: 10s backend: - image: lasuite/impress-backend:v4.4.0 + image: lasuite/impress-backend:v4.5.0 networks: - backend environment: @@ -131,7 +131,7 @@ services: - email_pass celery: - image: lasuite/impress-backend:v4.4.0 + image: lasuite/impress-backend:v4.5.0 networks: - backend user: "${DOCKER_USER:-1000}" @@ -155,7 +155,7 @@ services: y-provider: - image: lasuite/impress-y-provider:v4.4.0 + image: lasuite/impress-y-provider:v4.5.0 networks: - backend environment: *yprovider-env @@ -168,7 +168,7 @@ services: - y_api_key db: - image: postgres:16 + image: pgautoupgrade/pgautoupgrade:16-alpine networks: - backend healthcheck: