update docker to 24.0.7

This commit is contained in:
2023-12-03 05:52:29 +00:00
parent 04dd0e76cb
commit dbef7acec2

View File

@@ -11,10 +11,10 @@ stages:
#- push_dockerhub
build:
image: docker:24.0.5-dind
image: docker:24.0.7-dind
stage: build
services:
- name: docker:24.0.5-dind
- name: docker:24.0.7-dind
command: ["--tls=false"]
variables:
DOCKER_DRIVER: overlay2