Skip to content

Commit

Permalink
build(deps): bump docker from 24.0 to 25.0 (#1007)
Browse files Browse the repository at this point in the history
Bumps docker from 24.0 to 25.0.

---
updated-dependencies:
- dependency-name: docker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent 9b8e173 commit aad96fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.devkit
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM --platform=linux/amd64 hashicorp/packer:1.10.2 as packer-amd64
FROM --platform=linux/arm64 hashicorp/packer:1.10.2 as packer-arm64
FROM golangci/golangci-lint:v1.56.2-alpine as golangci-lint
FROM goreleaser/goreleaser:v1.24.0 as goreleaser
FROM docker:24.0 as docker
FROM docker:25.0 as docker
FROM vmware/govc:v0.36.0 as govc

FROM golang:1.19.3-alpine3.15 as builder
Expand Down

0 comments on commit aad96fd

Please sign in to comment.