Current Docker client breaks in Go 1.20.6 (#242)

This commit is contained in:
Frederik Ring
2023-07-24 21:01:28 +02:00
committed by GitHub
parent d288c87c54
commit c3732107b1

View File

@@ -1,7 +1,7 @@
# Copyright 2021 - Offen Authors <hioffen@posteo.de> # Copyright 2021 - Offen Authors <hioffen@posteo.de>
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: MPL-2.0
FROM golang:1.20-alpine as builder FROM golang:1.20.5-alpine as builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .