Skip to content

Commit

Permalink
chore(deps): update gladysassistant/gladys docker tag to v4.43.0 (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent e17e73e commit a59ec23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps/gladys/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "gladys",
"version": "4.42.1",
"version": "4.43.0",
"image": "gladysassistant/gladys",
"youtube": "https://youtu.be/l4GPomJMIT0",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion Apps/gladys/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
# Service name: app
# The `app` service definition
app:
image: gladysassistant/gladys:v4.42.1 # Docker image to use for the 'app' service
image: gladysassistant/gladys:v4.43.0 # Docker image to use for the 'app' service
restart: always # Container should always restart
privileged: true # Grants additional privileges to this container
network_mode: host
Expand Down

0 comments on commit a59ec23

Please sign in to comment.