Skip to content
Snippets Groups Projects
Unverified Commit 5e67ebeb authored by Cristian Calin's avatar Cristian Calin Committed by GitHub
Browse files

[container image] use focal (ubuntu 20.04) base image for our docker builds (#8631)

parent af7066d3
Branches
Tags
No related merge requests found
# Use imutable image tags rather than mutable tags (like ubuntu:18.04)
FROM ubuntu:bionic-20200807
# Use imutable image tags rather than mutable tags (like ubuntu:20.04)
FROM ubuntu:focal-20220316
RUN apt update -y \
&& apt install -y \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment