Skip to content

Commit 9f6fdcd

Browse files
fix: update antivirus image (#1293)
2 parents e1c7c32 + 06d7376 commit 9f6fdcd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/backend/docker-compose-stfc.e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
clam-antivirus:
3-
image: clamav/clamav:0.104
3+
image: clamav/clamav:1.5.1
44
ports:
55
- "3310:3310"
66

@@ -40,13 +40,13 @@ services:
4040
- "4500:4500"
4141
cap_add:
4242
- SYS_ADMIN
43-
43+
4444
mockServer:
4545
image: mockserver/mockserver:5.13.0
4646
command: -logLevel ERROR -serverPort 1080
4747
ports:
4848
- 1080:1080
49-
49+
5050
mockserver-client:
5151
image: "ghcr.io/userofficeproject/stfc-mockserver-client:master"
5252
command: sh -c "sleep 5 && node src/mockserver.js"

0 commit comments

Comments
 (0)