We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d6326 commit e0549ceCopy full SHA for e0549ce
2 files changed
src/renderer/data/docker.ts
@@ -8,7 +8,7 @@ export const DOCKER_DEFAULT_COMPOSE: ComposeConfig = {
8
},
9
services: {
10
windows: {
11
- image: "ghcr.io/dockur/windows:5.14",
+ image: "ghcr.io/dockur/windows:5.15",
12
container_name: "WinBoat",
13
environment: {
14
VERSION: "11",
src/renderer/data/podman.ts
@@ -8,7 +8,7 @@ export const PODMAN_DEFAULT_COMPOSE: ComposeConfig = {
0 commit comments