tools: fix docker version

This commit is contained in:
yyforyongyu
2022-12-15 16:03:55 +08:00
parent 8a18824851
commit 601cf60070
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.19.2-buster
FROM golang:1.19
RUN apt-get update && apt-get install -y git
ENV GOCACHE=/tmp/build/.cache