This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new ae660f3  ORC-1070: Upgrade site docker image to use Ubuntu 20.04 (#983)
ae660f3 is described below

commit ae660f3006cae145d0db7a897fd81fe94029c0b2
Author: William Hyun <[email protected]>
AuthorDate: Wed Dec 29 14:50:33 2021 -0800

    ORC-1070: Upgrade site docker image to use Ubuntu 20.04 (#983)
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade the `site` docker image to use Ubuntu 20.04
    
    ### Why are the changes needed?
    To migrate to the latest OS.
    
    ### How was this patch tested?
    Manually.
---
 site/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/Dockerfile b/site/Dockerfile
index 038c19f..ff0a613 100644
--- a/site/Dockerfile
+++ b/site/Dockerfile
@@ -17,7 +17,7 @@
 # ORC site builder
 #
 
-FROM ubuntu:18.04
+FROM ubuntu:20.04
 LABEL maintainer="Apache ORC project <[email protected]>"
 
 RUN ln -fs /usr/share/zoneinfo/America/Los_Angeles /etc/localtime

Reply via email to