Skip to content

Commit 3d61627

Browse files
committed
Dockerfile: update Go to 1.15.8
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 75f0795 commit 3d61627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG RUNC_VERSION=1.0.0-rc92
66
ARG CNI_PLUGINS_VERSION=0.9.0
77
ARG CNI_ISOLATION_VERSION=0.0.3
88
ARG BUILDKIT_VERSION=0.8.1
9-
ARG GO_VERSION=1.15.6
9+
ARG GO_VERSION=1.15.8
1010

1111
FROM ubuntu:${UBUNTU_VERSION} AS base
1212
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)