Skip to content

Commit

Permalink
chore: bump docker dind image
Browse files Browse the repository at this point in the history
We don't need hacked one anymore.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Feb 5, 2024
1 parent d7d4154 commit c19a505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.jsonnet
Expand Up @@ -152,7 +152,7 @@ local TriggerDownstream(name, target, repositories, image='', params=[], depends
// This provides the docker service.
local docker = {
name: 'docker',
image: 'ghcr.io/smira/docker:20.10-dind-hacked',
image: 'docker:25.0.2-dind',
entrypoint: ['dockerd'],
privileged: true,
command: [
Expand Down

0 comments on commit c19a505

Please sign in to comment.