Skip to content

Commit 1966baa

Browse files
committed
Fix: Use correct container image for building gsad
We switched to an own registry a while ago and aren't uploading packages to dockerhub anymore.
1 parent d217742 commit 1966baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/prod.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ WORKDIR /source
2626

2727
RUN npm install && npm run build
2828

29-
FROM greenbone/gsad:${VERSION}
29+
FROM registry.community.greenbone.net/community/gsad:${VERSION}
3030

3131
COPY --from=builder /source/build /usr/local/share/gvm/gsad/web/

0 commit comments

Comments
 (0)