From 22b0ee852ca453fc093391bfe1e21e063a3250bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:55:22 +0000 Subject: [PATCH] chore(deps): update bellamy/wallos docker tag to v2.30.0 --- how-to-install-wallos-on-dockge/docker-compose.yml | 2 +- how-to-install-wallos-on-portainer/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-install-wallos-on-dockge/docker-compose.yml b/how-to-install-wallos-on-dockge/docker-compose.yml index 53fff93..597fc45 100644 --- a/how-to-install-wallos-on-dockge/docker-compose.yml +++ b/how-to-install-wallos-on-dockge/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.0" # Specifies the Docker Compose file format version. services: big-bear-wallos: container_name: big-bear-wallos # Sets a custom name for the container. - image: bellamy/wallos:2.29.0 # Specifies the Docker image to use for the service. + image: bellamy/wallos:2.30.0 # Specifies the Docker image to use for the service. ports: - "8282:80" # Maps port 80 inside the container to port 8282 on the host. environment: diff --git a/how-to-install-wallos-on-portainer/docker-compose.yml b/how-to-install-wallos-on-portainer/docker-compose.yml index 53fff93..597fc45 100644 --- a/how-to-install-wallos-on-portainer/docker-compose.yml +++ b/how-to-install-wallos-on-portainer/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.0" # Specifies the Docker Compose file format version. services: big-bear-wallos: container_name: big-bear-wallos # Sets a custom name for the container. - image: bellamy/wallos:2.29.0 # Specifies the Docker image to use for the service. + image: bellamy/wallos:2.30.0 # Specifies the Docker image to use for the service. ports: - "8282:80" # Maps port 80 inside the container to port 8282 on the host. environment: