Skip to content
Snippets Groups Projects

CI: switch to debian stable

Merged Philipp Arras requested to merge try_to_fix_ci into NIFTy_8
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
FROM debian:testing-slim
FROM debian:stable-slim
RUN apt-get update && apt-get install -y \
# Needed for setup
Loading