chore(deps): update docker docker tag to v24

This commit is contained in:
2023-10-06 07:10:12 +00:00
parent 0f16e4ffcc
commit a5450163d5

View File

@@ -11,9 +11,9 @@ stages:
- push_dockerhub
.docker_base:
image: docker:23.0.6-dind-rootless
image: docker:24.0.6-dind-rootless
services:
- name: docker:23.0.6-dind-rootless
- name: docker:24.0.6-dind-rootless
command: ["--tls=false"]
variables:
DOCKER_DRIVER: overlay2