mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-21 22:22:58 -05:00
chore(ci): adapt acc test docker version (#266)
This commit is contained in:
parent
ac8909d604
commit
3f93984d9c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/acc-test.yaml
vendored
2
.github/workflows/acc-test.yaml
vendored
|
|
@ -14,7 +14,7 @@ on:
|
|||
env:
|
||||
GOPROXY: https://proxy.golang.org,direct
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
DOCKER_CE_VERSION: "5:20.10.7~3-0~ubuntu-focal"
|
||||
DOCKER_CE_VERSION: "5:20.10.8~3-0~ubuntu-focal"
|
||||
GO_VERSION: "1.16"
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:20.04
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ARG DOCKER_CE_VERSION="5:20.10.7~3-0~ubuntu-focal"
|
||||
ARG DOCKER_CE_VERSION="5:20.10.8~3-0~ubuntu-focal"
|
||||
ARG GOLANG_VERSION="1.16"
|
||||
ARG TERRAFORM_VERSION="0.15.2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue