Use bullseye instead of buster
It occurred to me after we landed the switch to buster that the old testing would've been closer to bullseye. I suspect that now that bullseye has released testing has moved ahead of that and that is what broke things. Anyway lets use bullseye instead as it is newer and more up to date. Change-Id: I2b405c4e3cd6c7d06d79875f540262ebba788336
This commit is contained in:
parent
ab9115d4f9
commit
ae8090ef4a
@ -13,7 +13,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
FROM debian:buster-slim as builder
|
||||
FROM debian:bullseye-slim as builder
|
||||
|
||||
RUN mkdir -p /output/bindep
|
||||
RUN apt-get update && apt-get install -y python3-pip git && pip3 install bindep
|
||||
@ -25,7 +25,7 @@ RUN cd /src \
|
||||
&& make \
|
||||
&& make install
|
||||
|
||||
FROM debian:buster-slim
|
||||
FROM debian:bullseye-slim
|
||||
|
||||
COPY --from=builder /output/bindep/run.txt /run.txt
|
||||
RUN apt-get update \
|
||||
|
Loading…
Reference in New Issue
Block a user