diff --git a/cmd/lockrelease/Dockerfile b/cmd/lockrelease/Dockerfile index 3550e980..452a3580 100644 --- a/cmd/lockrelease/Dockerfile +++ b/cmd/lockrelease/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.22.6 as builder +FROM --platform=$BUILDPLATFORM golang:1.23.4 as builder ARG TARGETPLATFORM