diff --git a/.github/workflows/acc-test.yaml b/.github/workflows/acc-test.yaml index 754c6f96..9576ccc9 100644 --- a/.github/workflows/acc-test.yaml +++ b/.github/workflows/acc-test.yaml @@ -14,7 +14,7 @@ on: env: GOPROXY: https://proxy.golang.org,direct DEBIAN_FRONTEND: noninteractive - DOCKER_CE_VERSION: "5:20.10.8~3-0~ubuntu-focal" + DOCKER_CE_VERSION: "5:20.10.10~3-0~ubuntu-focal" GO_VERSION: "1.17" jobs: diff --git a/go.mod b/go.mod index 6c87f2b8..f7c6e369 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.17 require ( github.com/docker/cli v20.10.10+incompatible github.com/docker/distribution v2.7.1+incompatible - github.com/docker/docker v20.10.8+incompatible + github.com/docker/docker v20.10.10+incompatible github.com/docker/go-connections v0.4.0 github.com/docker/go-units v0.4.0 github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 diff --git a/go.sum b/go.sum index ed89778c..bd05b024 100644 --- a/go.sum +++ b/go.sum @@ -350,8 +350,8 @@ github.com/docker/docker v1.4.2-0.20180531152204-71cd53e4a197/go.mod h1:eEKB0N0r github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v17.12.0-ce-rc1.0.20200730172259-9f28837c1d93+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v20.10.0-beta1.0.20201110211921-af34b94a78a1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= -github.com/docker/docker v20.10.8+incompatible h1:RVqD337BgQicVCzYrrlhLDWhq6OAD2PJDUg2LsEUvKM= -github.com/docker/docker v20.10.8+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v20.10.10+incompatible h1:GKkP0T7U4ks6X3lmmHKC2QDprnpRJor2Z5a8m62R9ZM= +github.com/docker/docker v20.10.10+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.6.3 h1:zI2p9+1NQYdnG6sMU26EX4aVGlqbInSQxQXLvzJ4RPQ= github.com/docker/docker-credential-helpers v0.6.3/go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y= github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ= diff --git a/scripts/testacc.Dockerfile b/scripts/testacc.Dockerfile index 2b51eabb..e43b7e9a 100644 --- a/scripts/testacc.Dockerfile +++ b/scripts/testacc.Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ENV DEBIAN_FRONTEND=noninteractive -ARG DOCKER_CE_VERSION="5:20.10.8~3-0~ubuntu-focal" +ARG DOCKER_CE_VERSION="5:20.10.10~3-0~ubuntu-focal" ARG GOLANG_VERSION="1.17" ARG TERRAFORM_VERSION="0.15.2"