Skip to content

Commit e0549ce

Browse files
authored
Update Windows Docker image version to v5.15 (#778)
* Update Windows Docker image version to 5.15
1 parent 31d6326 commit e0549ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/renderer/data/docker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const DOCKER_DEFAULT_COMPOSE: ComposeConfig = {
88
},
99
services: {
1010
windows: {
11-
image: "ghcr.io/dockur/windows:5.14",
11+
image: "ghcr.io/dockur/windows:5.15",
1212
container_name: "WinBoat",
1313
environment: {
1414
VERSION: "11",

src/renderer/data/podman.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const PODMAN_DEFAULT_COMPOSE: ComposeConfig = {
88
},
99
services: {
1010
windows: {
11-
image: "ghcr.io/dockur/windows:5.14",
11+
image: "ghcr.io/dockur/windows:5.15",
1212
container_name: "WinBoat",
1313
environment: {
1414
VERSION: "11",

0 commit comments

Comments
 (0)