From c3732107b1ee6e039b0b2c158fe591f64a916c42 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Mon, 24 Jul 2023 21:01:28 +0200 Subject: [PATCH] Current Docker client breaks in Go 1.20.6 (#242) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 42249c4..2934c0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Copyright 2021 - Offen Authors # SPDX-License-Identifier: MPL-2.0 -FROM golang:1.20-alpine as builder +FROM golang:1.20.5-alpine as builder WORKDIR /app COPY . .