Skip to content

Commit

Permalink
Merge pull request #51 from media-streaming-mesh/dependabot/docker/go…
Browse files Browse the repository at this point in the history
…lang-1.21.0

Bump golang from 1.20.7 to 1.21.0
  • Loading branch information
Giles Heron committed Aug 10, 2023
2 parents c712e49 + 03a8c8c commit ef4d11c
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.20.7 as builder
FROM --platform=$BUILDPLATFORM golang:1.21.0 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 ef4d11c

Please sign in to comment.