diff --git a/.docker/Dockerfile b/.docker/Dockerfile index 7b01921..77b01f5 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -1,7 +1,7 @@ ARG VERSION=edge # this allows to work on forked repository ARG REPOSITORY=greenbone/boreas -FROM greenbone/gvm-libs:$VERSION AS build +FROM registry.community.greenbone.net/community/gvm-libs:${VERSION} AS build ARG DEBIAN_FRONTEND=noninteractive @@ -11,8 +11,8 @@ RUN cmake -DCMAKE_BUILD_TYPE=Release -B/build /source RUN DESTDIR=/install cmake --build /build -- install -FROM greenbone/gvm-libs:$VERSION +FROM registry.community.greenbone.net/community/gvm-libs:${VERSION} COPY --from=build /install/ / -RUN ldconfig +RUN ldconfig \ No newline at end of file