File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414env :
1515 GOPROXY : https://proxy.golang.org,direct
1616 DEBIAN_FRONTEND : noninteractive
17- DOCKER_CE_VERSION : " 5:20.10.5 ~3-0~ubuntu-focal"
17+ DOCKER_CE_VERSION : " 5:20.10.7 ~3-0~ubuntu-focal"
1818 GO_VERSION : " 1.16"
1919
2020jobs :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ require (
55 github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e // indirect
66 github.com/docker/cli v20.10.7+incompatible
77 github.com/docker/distribution v2.7.1+incompatible
8- github.com/docker/docker v20.10.6 +incompatible
8+ github.com/docker/docker v20.10.7 +incompatible
99 github.com/docker/go-connections v0.4.0
1010 github.com/docker/go-units v0.4.0
1111 github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
Original file line number Diff line number Diff line change @@ -343,8 +343,8 @@ github.com/docker/docker v1.4.2-0.20180531152204-71cd53e4a197/go.mod h1:eEKB0N0r
343343github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7 /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
344344github.com/docker/docker v17.12.0-ce-rc1.0.20200730172259-9f28837c1d93+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
345345github.com/docker/docker v20.10.0-beta1.0.20201110211921-af34b94a78a1+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
346- github.com/docker/docker v20.10.6 +incompatible h1:oXI3Vas8TI8Eu/EjH4srKHJBVqraSzJybhxY7Om9faQ =
347- github.com/docker/docker v20.10.6 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
346+ github.com/docker/docker v20.10.7 +incompatible h1:Z6O9Nhsjv+ayUEeI1IojKbYcsGdgYSNqxe1s2MYzUhQ =
347+ github.com/docker/docker v20.10.7 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
348348github.com/docker/docker-credential-helpers v0.6.3 h1:zI2p9+1NQYdnG6sMU26EX4aVGlqbInSQxQXLvzJ4RPQ =
349349github.com/docker/docker-credential-helpers v0.6.3 /go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y =
350350github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ =
Original file line number Diff line number Diff line change 11FROM ubuntu:20.04
22
33ENV DEBIAN_FRONTEND=noninteractive
4- ARG DOCKER_CE_VERSION="5:20.10.5 ~3-0~ubuntu-focal"
4+ ARG DOCKER_CE_VERSION="5:20.10.7 ~3-0~ubuntu-focal"
55ARG GOLANG_VERSION="1.16"
66ARG TERRAFORM_VERSION="0.15.2"
77
@@ -21,7 +21,7 @@ ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
2121# see listed docker versions: 'apt-cache policy docker-ce'
2222RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && \
2323 add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" && \
24- apt-get update \
24+ apt-get update && \
2525 apt-cache policy docker-ce
2626RUN apt-get -y install docker-ce=${DOCKER_CE_VERSION}
2727
You can’t perform that action at this time.
0 commit comments