This commit is contained in:
2023-11-06 11:10:16 -08:00
parent 58695cdfb5
commit d200f01da3
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -4,13 +4,13 @@ variables:
FF_NETWORK_PER_BUILD: "true"
services:
- name: docker:dind
- name: 24.0.7-dind
command: ["--tls=false"]
build_image:
image: docker:20.10.16
image: docker:24.0.7
services:
- docker:20.10.16-dnid
- docker:24.0.7-dind
variables:
DOCKER_TLS_CERTDIR: "/certs"
before_script: