Update docker Docker tag to v25
This commit is contained in:
parent
bc392d826e
commit
6894d0ea71
1 changed files with 2 additions and 2 deletions
|
@ -111,9 +111,9 @@ pages:
|
|||
|
||||
docker:
|
||||
stage: deploy
|
||||
image: docker:24.0.9
|
||||
image: docker:25.0.3
|
||||
services:
|
||||
- docker:24.0.9-dind
|
||||
- docker:25.0.3-dind
|
||||
tags:
|
||||
- dind
|
||||
# https://medium.com/devops-with-valentine/how-to-build-a-docker-image-and-push-it-to-the-gitlab-container-registry-from-a-gitlab-ci-pipeline-acac0d1f26df
|
||||
|
|
Loading…
Reference in a new issue