chore(deps): update alpine docker tag to v3.13.5

This commit is contained in:
Renovate Bot 2021-05-31 11:28:13 +00:00
parent e1630b2281
commit 2fd27d7eb0
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

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