We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d217742 commit 1966baaCopy full SHA for 1966baa
.docker/prod.Dockerfile
@@ -26,6 +26,6 @@ WORKDIR /source
26
27
RUN npm install && npm run build
28
29
-FROM greenbone/gsad:${VERSION}
+FROM registry.community.greenbone.net/community/gsad:${VERSION}
30
31
COPY --from=builder /source/build /usr/local/share/gvm/gsad/web/
0 commit comments