Skip to content

Commit 3a700b7

Browse files
bjoernricksnichtsfrei
authored andcommitted
Fix: Use openvas-scanner:edge as default base image
openvas-scanner:unstable doesn't exist or is outdated. Edge contains the lastest openvas-scanner image built from the main branch.
1 parent b8c85f0 commit 3a700b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/prod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VERSION=unstable
1+
ARG VERSION=edge
22

33
FROM golang AS tools
44
COPY smoketest /usr/local/src

0 commit comments

Comments
 (0)