Skip to content

Commit

Permalink
Bump Apache versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sixeyed committed Mar 5, 2021
1 parent b7a9548 commit 71384f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/apache/linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM httpd:2.4.41-alpine
FROM httpd:2.4.46-alpine
2 changes: 1 addition & 1 deletion images/apache/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
RUN Invoke-WebRequest -OutFile VC_redist.x64.exe 'aka.ms/vs/16/release/VC_redist.x64.exe'
RUN Start-Process .\VC_redist.x64.exe -ArgumentList '/install /passive /norestart' -Wait

ARG HTTPD_VERSION="2.4.43"
ARG HTTPD_VERSION="2.4.46"
RUN Write-Host "Downloading Apache version: $env:HTTPD_VERSION"; `
Invoke-WebRequest -OutFile httpd.zip "https://fossies.org/windows/www/httpd-$($env:HTTPD_VERSION)-win64-VS16.zip"; `
Expand-Archive httpd.zip -DestinationPath C:\ ;
Expand Down
2 changes: 1 addition & 1 deletion jenkins/job_dsl.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ for(p in pipelines) {
}
}
triggers {
cron('H H(1-8) * * *')
cron('@weekly')
}
}
}

0 comments on commit 71384f8

Please sign in to comment.