mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
chore(deps): update alpine docker tag to v3.14.1 (#263)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
570009a876
commit
ac8909d604
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
resource "docker_image" "test" {
|
||||
name = "alpine:3.14.0"
|
||||
name = "alpine:3.14.1"
|
||||
force_remove = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue