Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/nomad/apps/devspace.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ EOF
}

config {
image = "ghcr.io/void-linux/infra-nginx:20230812"
image = "ghcr.io/void-linux/infra-nginx:20250719R1"
}

template {
Expand Down
2 changes: 1 addition & 1 deletion services/nomad/apps/popcorn.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ job "popcorn" {
driver = "docker"

config {
image = "ghcr.io/void-linux/infra-nginx:20230812"
image = "ghcr.io/void-linux/infra-nginx:20250719R1"
}

template {
Expand Down
2 changes: 1 addition & 1 deletion services/nomad/infrastructure/nginx-control.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ job "nginx-control" {
driver = "docker"

config {
image = "ghcr.io/void-linux/infra-nginx:20221230RC01"
image = "ghcr.io/void-linux/infra-nginx:20250719R1"
network_mode = "host"
dns_servers = ["127.0.0.1"]
}
Expand Down
2 changes: 1 addition & 1 deletion services/nomad/infrastructure/nginx-mirror.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ job "nginx" {
driver = "docker"

config {
image = "ghcr.io/void-linux/infra-nginx:20221230RC01"
image = "ghcr.io/void-linux/infra-nginx:20250719R1"
network_mode = "host"
}

Expand Down
2 changes: 1 addition & 1 deletion services/pkg/man-cgi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/void-linux/infra-nginx:20230812
FROM ghcr.io/void-linux/infra-nginx:20250719R1

RUN xbps-install -Suy xbps && xbps-install -y void-man-cgi fcgiwrap spawn-fcgi && \
rm -rf /var/cache/xbps && \
Expand Down