Skip to content
Snippets Groups Projects

Fix/update CI

Merged Bram Veenboer requested to merge update-ci into master
All threads resolved!
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -3,7 +3,7 @@ FROM ubuntu:22.04
# Use specific versions of aoflagger and everybeam. When changing the version,
# this docker file changes and CI will update the docker image.
ENV AOFLAGGER_VERSION_TAG v3.4.0
ENV EVERYBEAM_VERSION_TAG v0.5.3
ENV EVERYBEAM_VERSION_TAG v0.4.0
RUN export DEBIAN_FRONTEND="noninteractive" && \
apt-get update && \
apt-get install -y \
Loading