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
4
4
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
5
5
6
6
# 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
9
9
10
10
SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
11
11
RUN mkdir -p /usr/src/opae && \
12
12
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 && \
14
14
echo "$OPAE_SHA256 opae.tar.gz" | sha256sum -c - && \
15
15
tar -xzf opae.tar.gz && \
16
16
rm -f opae.tar.gz
You can’t perform that action at this time.
0 commit comments