We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f596f9 commit ff45461Copy full SHA for ff45461
Dockerfile
@@ -5,4 +5,4 @@ RUN apt update && apt install -y apache2 libapache2-mod-auth-openidc ca-certific
5
6
COPY write_site.py /usr/local/bin/
7
8
-CMD ["/bin/bash", "-c", "python3 /usr/local/bin/write_site.py && apache2-foreground"]
+CMD ["/bin/bash", "-c", "python3 /usr/local/bin/write_site.py && httpd-foreground"]
terraform-unity/variables.tf
@@ -37,7 +37,7 @@ variable "installprefix" {
37
variable "httpd_proxy_version" {
38
description = "The version of the httpd proxy container"
39
type = string
40
- default = "0.16.1"
+ default = "0.16.2"
41
}
42
43
variable "ssm_account_id" {
0 commit comments