Skip to content

Commit

Permalink
Update Alpine & Startup time improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
jeboehm committed Jun 2, 2020
1 parent 5bbdf28 commit 7c75651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion virus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ALPINE_VER=3.9
ARG ALPINE_VER=3.11

FROM alpine:${ALPINE_VER}

Expand Down
2 changes: 1 addition & 1 deletion virus/rootfs/usr/local/bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ then
exit 0
fi

/usr/bin/freshclam -d -l /dev/stdout
/usr/bin/freshclam -d -l /dev/stdout &
/usr/sbin/clamd

0 comments on commit 7c75651

Please sign in to comment.