-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: dockerfile * use alpine:3.19 * pin clamv/freshclam version to the same as used in vmclarrity-tools-base/vmclarity-cli images * update nginx configuration * fix: missing service dependency descriptor * fix: fail docker build on update error * fix: fail docker build on db update error
- Loading branch information
1 parent
7249ed9
commit 6965c40
Showing
3 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
server { | ||
listen 80; | ||
listen 80 default_server; | ||
server_name localhost; | ||
|
||
server_tokens off; | ||
|
Empty file.