This is an automated email from the ASF dual-hosted git repository.
yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git
The following commit(s) were added to refs/heads/master by this push:
new fc60472 MNEMONIC-706: Maven Unable to load cache item
fc60472 is described below
commit fc60472050ff791fdabad8ada7b760c76bb4ef32
Author: Xiaojin Jiao <[email protected]>
AuthorDate: Thu Dec 2 22:07:24 2021 -0800
MNEMONIC-706: Maven Unable to load cache item
Signed-off-by: Xiaojin Jiao <[email protected]>
---
docker/docker-Ubuntu/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/docker-Ubuntu/Dockerfile b/docker/docker-Ubuntu/Dockerfile
index 15afdb4..794c486 100644
--- a/docker/docker-Ubuntu/Dockerfile
+++ b/docker/docker-Ubuntu/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM ubuntu:20.04
+FROM ubuntu:21.10
MAINTAINER Yanhui Zhao ([email protected])
RUN apt-get -y update && apt-get install -y software-properties-common &&
add-apt-repository ppa:openjdk-r/ppa && apt-get -y update && \