build: update all Dockerfiles to build w/ Go 1.18.2

This commit is contained in:
Olaoluwa Osuntokun
2022-06-09 14:19:52 -07:00
parent 9dea4f3b5e
commit c0672b80c2
7 changed files with 7 additions and 7 deletions

View File

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