diff --git a/build/Dockerfile b/build/Dockerfile index 6f521a3e..33ef83b7 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.19-alpine AS builder +FROM golang:1.20-alpine AS builder RUN apk --no-cache add git openssh