This commit is contained in:
2023-11-06 08:54:24 -08:00
parent e2cda0c79c
commit 67095f7122
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
image: docker:dind
image: docker:stable
variables:
IMAGE_NAME: "foundry_vtt:alpine"
@@ -8,7 +8,7 @@ variables:
FF_NETWORK_PER_BUILD: "true"
services:
- name: docker:dind
- name: docker:18-dind
command: ["--tls=false"]
include:

View File

@@ -1,4 +1,4 @@
image: docker:dind
image: docker:stable
variables:
IMAGE_NAME: "foundry_vtt:alpine"
@@ -8,7 +8,7 @@ variables:
FF_NETWORK_PER_BUILD: "true"
services:
- name: docker:dind
- name: docker:18-dind
command: ["--tls=false"]
build image: