Skip to content

Commit

Permalink
Merge pull request #244 from tinkerbell/dependabot/docker/golang-1.23
Browse files Browse the repository at this point in the history
Bump golang from 1.22 to 1.23
  • Loading branch information
chrisdoherty4 authored Aug 26, 2024
2 parents ffb8d5b + 507e354 commit 4dd382b
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.22 AS builder
FROM --platform=$BUILDPLATFORM golang:1.23 AS builder

WORKDIR /workspace

Expand Down

0 comments on commit 4dd382b

Please sign in to comment.