chore(deps): update alpine docker tag to v3.14.1 (#263)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-08-10 09:37:13 +02:00 committed by GitHub
parent 570009a876
commit ac8909d604
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
resource "docker_image" "test" { resource "docker_image" "test" {
name = "alpine:3.14.0" name = "alpine:3.14.1"
force_remove = true force_remove = true
} }