Skip to content
Snippets Groups Projects

AST-1553 Remove IDG from Ubuntu 20 build; Add Ubuntu 24 build

Merged AST-1553 Remove IDG from Ubuntu 20 build; Add Ubuntu 24 build
All threads resolved!
Merged Maik Nijhuis requested to merge ast-1553-use-ubuntu-24 into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -3,8 +3,8 @@ FROM ubuntu:22.04
# TODO: needs to be bumped before next DP3 release
# ENV IDG_VERSION=0.8
ENV EVERYBEAM_VERSION=v0.5.8
ENV IDG_VERSION=6b61c038883ad3f807d20047c4f9e1a1f0b8d98a
ENV AOFLAGGER_VERSION=65d5fba4f4c12797386d3fd9cd76734956a8b233
ENV IDG_VERSION=9ce6fa88b9d746d8d7146c474992aba9b98eb41f
ENV AOFLAGGER_VERSION=b1256de90b00a5a83477274390decd6671cdcd38
RUN export DEBIAN_FRONTEND="noninteractive" && \
apt-get update && \
Loading