sctp-test: Upgrade to bullseye

Change-Id: I681802fd779530878c2d2358ebf90b8e2adb4870
This commit is contained in:
Harald Welte 2021-12-15 16:14:59 +00:00 committed by Oliver Smith
parent f0554efa92
commit 14221979b4
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
ARG USER
FROM $USER/debian-stretch-build
FROM $USER/debian-bullseye-build
MAINTAINER Harald Welte <laforge@gnumonks.org>
@ -17,10 +17,10 @@ RUN git config --global user.email "nobody@localhost" && \
WORKDIR /tmp
# Commit from 2018-08-28
# Commit from 2021-08-24
RUN git clone https://github.com/nplab/packetdrill && \
cd packetdrill && \
git checkout 89bb4f35393187d0d34a84170de529d688421be7 && \
git checkout c6810864095558f5df77e9f06941191cbd41d7e2 && \
git am /tmp/*.patch && \
cd gtests/net/packetdrill && \
./configure && \