Skip to content

Commit 1ebe551

Browse files
renovate[bot]renovate-botmavogel
authored
fix(deps): update module github.com/docker/docker to v20.10.7 (#218)
* fix(deps): update module github.com/docker/docker to v20.10.7 * chore: update GitHub actions and testacc file Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Manuel Vogel <[email protected]>
1 parent c888f81 commit 1ebe551

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/acc-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
env:
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

2020
jobs:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ github.com/docker/docker v1.4.2-0.20180531152204-71cd53e4a197/go.mod h1:eEKB0N0r
343343
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
344344
github.com/docker/docker v17.12.0-ce-rc1.0.20200730172259-9f28837c1d93+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
345345
github.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=
348348
github.com/docker/docker-credential-helpers v0.6.3 h1:zI2p9+1NQYdnG6sMU26EX4aVGlqbInSQxQXLvzJ4RPQ=
349349
github.com/docker/docker-credential-helpers v0.6.3/go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y=
350350
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=

scripts/testacc.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:20.04
22

33
ENV 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"
55
ARG GOLANG_VERSION="1.16"
66
ARG 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'
2222
RUN 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
2626
RUN apt-get -y install docker-ce=${DOCKER_CE_VERSION}
2727

0 commit comments

Comments
 (0)