Skip to content

Commit

Permalink
Merge pull request #62 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.1
  • Loading branch information
Taucher2003 authored Sep 9, 2024
2 parents 22148b9 + f4cdea3 commit a9063eb
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.6.0"
name = "jwilder/nginx-proxy:1.6.1"
}

resource "docker_network" "proxy" {
Expand Down

0 comments on commit a9063eb

Please sign in to comment.