File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ FROM debian:unstable-slim AS builder
44RUN 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
1010SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
1111RUN 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
You can’t perform that action at this time.
0 commit comments