File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414
1515FROM 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
1919RUN 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
3434FROM debian:unstable-slim
3535
36- ARG ACCEL_CONFIG_VERSION="4.1.4 -1"
36+ ARG ACCEL_CONFIG_VERSION="4.1.5 -1"
3737RUN 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
3939RUN sed -i -e '442,450d;502,515d' /usr/libexec/accel-config/test/iaa_user_test_runner.sh
You can’t perform that action at this time.
0 commit comments