diff --git a/reproduciblebuilds/Dockerfile b/reproduciblebuilds/Dockerfile index e7af51ea9..76851399c 100644 --- a/reproduciblebuilds/Dockerfile +++ b/reproduciblebuilds/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21 as builder +FROM golang:1.22 AS builder #Set build arguments ARG BUILDOS