Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump golang from 1.21.5-bullseye to 1.21.6-bullseye
Bumps golang from 1.21.5-bullseye to 1.21.6-bullseye.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
commit b0ce6ac3d9f0a956a9d233e03586616d88ad6540
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.21.5-bullseye as builder
FROM golang:1.21.6-bullseye as builder
ARG GOARCH

WORKDIR /workspace
Expand Down