summaryrefslogtreecommitdiff
path: root/Dockerfile.simple
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.simple')
-rw-r--r--Dockerfile.simple2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.simple b/Dockerfile.simple
index cc7d94a3e6..bc2d500d19 100644
--- a/Dockerfile.simple
+++ b/Dockerfile.simple
@@ -5,7 +5,7 @@
# This represents the bare minimum required to build and test Docker.
-ARG GO_VERSION=1.20.1
+ARG GO_VERSION=1.20.2
ARG BASE_DEBIAN_DISTRO="bullseye"
ARG GOLANG_IMAGE="golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO}"