Skip to content

Commit

Permalink
README.md: Updated versions to latest available. (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpds authored Aug 24, 2023
1 parent 3c7b964 commit 8c3ff71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ job "example" {
config {
image = "https://potluck.honeyguide.net/nginx-nomad"
pot = "nginx-nomad-amd64-12_3"
tag = "1.1.6"
pot = "nginx-nomad-amd64-13_1"
tag = "1.1.13"
command = "nginx"
args = ["-g","'daemon off;'"]
Expand Down Expand Up @@ -77,8 +77,8 @@ task "nginx-pot" {
config {
image = "https://potluck.honeyguide.net/nginx-nomad"
pot = "nginx-nomad-amd64-12_3"
tag = "1.1.6"
pot = "nginx-nomad-amd64-13_1"
tag = "1.1.13"
command = "nginx"
args = ["-g","'daemon off;'"]
Expand Down

0 comments on commit 8c3ff71

Please sign in to comment.