Skip to content

Commit

Permalink
Merge pull request #115 from media-streaming-mesh/dependabot/docker/g…
Browse files Browse the repository at this point in the history
…olang-1.23rc2

Upgrade: Bump golang from 1.23rc1 to 1.23rc2
  • Loading branch information
gilesheron committed Jul 23, 2024
2 parents 60b2092 + 599cf21 commit 8042046
Showing 1 changed file with 1 addition and 1 deletion.
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 --platform=$BUILDPLATFORM golang:1.23rc1 as builder
FROM --platform=$BUILDPLATFORM golang:1.23rc2 as builder

# Add GRPC healthchecker
# TODO when Kube 1.27 or higher is a prerequisite this binary can be removed.
Expand Down

0 comments on commit 8042046

Please sign in to comment.