Browse Source
[container image] use focal (ubuntu 20.04) base image for our docker builds (#8631) (#8633)
pull/8642/head
Cristian Calin
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
Dockerfile
|
|
@ -1,5 +1,5 @@ |
|
|
|
# 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 \ |
|
|
|