Return to golang 1.15.7

This commit is contained in:
root 2021-04-11 09:43:17 +02:00
parent 07f5f8c9b5
commit 2045ef1a6b

View file

@ -1,4 +1,4 @@
FROM golang:1.16 AS builder
FROM golang:1.15.7 AS builder
RUN apt-get update && apt-get install -y python3
WORKDIR /workdir