docker in docker

This commit is contained in:
Midou36O 2022-08-12 20:59:29 +01:00
parent 767e46a964
commit 9a2094ae1c
Signed by: midou
GPG Key ID: 08063D5407090BC2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ pipeline:
commands:
- go build -o segfautils
dockerize:
image: docker
image: docker:dind
commands:
- docker build -t projectsegfault/segfautils .