Skip to content

Commit

Permalink
chore(deps): update dockurr/windows docker tag to v4.11 (#6783)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent facc02c commit b3cd21e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/windows/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"id": "windows",
"description": "Run windows in docker...because why not?",
"tipi_version": 51,
"version": "4.10",
"tipi_version": 52,
"version": "4.11",
"categories": ["utilities"],
"short_desc": "Full windows vm in your browser",
"author": "dockurr",
Expand Down Expand Up @@ -108,6 +108,6 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1738817372000,
"updated_at": 1739612227000,
"$schema": "../app-info-schema.json"
}
2 changes: 1 addition & 1 deletion apps/windows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"
services:
windows:
container_name: windows
image: dockurr/windows:4.10
image: dockurr/windows:4.11
restart: unless-stopped
devices:
- /dev/kvm
Expand Down

0 comments on commit b3cd21e

Please sign in to comment.