Skip to content

Commit ab72a8f

Browse files
mythitkatila
authored andcommitted
demo: update opae-nlb-demo to 2.2.0-1
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent 5bd92e5 commit ab72a8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/opae-nlb-demo/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ FROM debian:unstable-slim AS builder
44
RUN apt-get update && apt-get install -y curl python3-dev git gcc g++ make cmake uuid-dev libjson-c-dev libedit-dev libudev-dev
55

66
# Download and unpack OPAE tarball
7-
ARG OPAE_RELEASE=2.1.0-1
8-
ARG OPAE_SHA256=0c9f52ff1279ca5e34e64828ddf3a6c001fb2969a6349a966cd9515c1048ea01
7+
ARG OPAE_RELEASE=2.2.0-1
8+
ARG OPAE_SHA256=1f80f73a652b456adee87a260c7ec66fe3cbb35184b7d7b531766fb6bb0295d7
99

1010
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1111
RUN mkdir -p /usr/src/opae && \
1212
cd /usr/src/opae && \
13-
curl -fsSL https://github.com/OPAE/opae-sdk/archive/${OPAE_RELEASE}.tar.gz -o opae.tar.gz && \
13+
curl -fsSL https://github.com/OFS/opae-sdk/archive/${OPAE_RELEASE}.tar.gz -o opae.tar.gz && \
1414
echo "$OPAE_SHA256 opae.tar.gz" | sha256sum -c - && \
1515
tar -xzf opae.tar.gz && \
1616
rm -f opae.tar.gz

0 commit comments

Comments
 (0)