Skip to content

Commit

Permalink
Fix: Use correct container image for building gsad
Browse files Browse the repository at this point in the history
We switched to an own registry a while ago and aren't uploading packages
to dockerhub anymore.
  • Loading branch information
bjoernricks committed Jan 28, 2025
1 parent d217742 commit 1966baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ WORKDIR /source

RUN npm install && npm run build

FROM greenbone/gsad:${VERSION}
FROM registry.community.greenbone.net/community/gsad:${VERSION}

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

0 comments on commit 1966baa

Please sign in to comment.