Skip to content

Commit

Permalink
fixup! Change oqs-provider targer: sw-ps-testbed -> 0.11.0-rc1-branch
Browse files Browse the repository at this point in the history
Signed-off-by: Pravek Sharma <[email protected]>
  • Loading branch information
praveksharma committed Oct 4, 2024
1 parent eda4127 commit 688844a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ARG LIBOQS_TAG=0.11.0

# define the oqsprovider tag to be used
ARG OQSPROVIDER_TAG=0.11.0-rc1-branch
ARG OQSPROVIDER_TAG=0.7.0-rc1-branch

# liboqs build type variant; maximum portability of image:
ARG LIBOQS_BUILD_DEFINES="-DOQS_DIST_BUILD=ON"
Expand Down
2 changes: 1 addition & 1 deletion openssl3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN apk add build-base linux-headers \
libtool cmake ninja \
git wget

RUN mkdir /optbuild && cd /optbuild && git clone --depth 1 --branch 0.11.0-rc1-branch https://github.com/open-quantum-safe/oqs-provider.git
RUN mkdir /optbuild && cd /optbuild && git clone --depth 1 --branch 0.7.0-rc1-branch https://github.com/open-quantum-safe/oqs-provider.git

# Get openssl32 and liboqs
COPY --from=buildopenssl ${INSTALLDIR_OPENSSL} ${INSTALLDIR_OPENSSL}
Expand Down

0 comments on commit 688844a

Please sign in to comment.