Skip to content

Commit

Permalink
Merge pull request #51 from code0-tech/renovate/jwilder-nginx-proxy-1.x
Browse files Browse the repository at this point in the history
Update jwilder/nginx-proxy Docker tag to v1.6.0
  • Loading branch information
Taucher2003 authored Jul 14, 2024
2 parents 999f847 + a5fa14d commit 6c99375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/docker/proxy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}

resource "docker_image" "proxy" {
name = "jwilder/nginx-proxy:1.2.1"
name = "jwilder/nginx-proxy:1.6.0"
}

resource "docker_network" "proxy" {
Expand Down

0 comments on commit 6c99375

Please sign in to comment.