From 69e4144e166bcbf177ed96a9faab1162f63bb7f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 02:58:57 +0000 Subject: [PATCH] Update bellamy/wallos Docker tag to v1.23.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 579d480..e96aeef 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:1.22.0 # Specifies the Docker image to use for the service. + image: bellamy/wallos:1.23.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 579d480..e96aeef 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:1.22.0 # Specifies the Docker image to use for the service. + image: bellamy/wallos:1.23.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: