Skip to content

Commit 160ed77

Browse files
committed
demo: update accel-config-demo
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent 9560fc0 commit 160ed77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/accel-config-demo/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
FROM debian:unstable-slim AS builder
1616

17-
ARG ACCEL_CONFIG_VERSION="4.1.4-1"
17+
ARG ACCEL_CONFIG_VERSION="4.1.5-1"
1818

1919
RUN apt-get update && apt-get install -y --no-install-recommends libaccel-config-dev=${ACCEL_CONFIG_VERSION} \
2020
gcc g++ nasm make cmake autoconf automake libtool pkg-config git ca-certificates uuid-dev
@@ -33,7 +33,7 @@ RUN cd / && git clone --recursive --depth 1 --branch v1.3.1 https://github.com/i
3333

3434
FROM debian:unstable-slim
3535

36-
ARG ACCEL_CONFIG_VERSION="4.1.4-1"
36+
ARG ACCEL_CONFIG_VERSION="4.1.5-1"
3737
RUN apt-get update && apt-get install -y --no-install-recommends pciutils accel-config=${ACCEL_CONFIG_VERSION} accel-config-test=${ACCEL_CONFIG_VERSION} && rm -rf /var/lib/apt/lists/\*
3838

3939
RUN sed -i -e '442,450d;502,515d' /usr/libexec/accel-config/test/iaa_user_test_runner.sh

0 commit comments

Comments
 (0)