Skip to content

Commit 1829a06

Browse files
committed
build: stop supporting Ubuntu 20.04
1 parent 024c7ff commit 1829a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/linux/x86_64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG ANDROID_SDK_BUILD_TOOLS_VERSION=30.0.3
33
ARG ANDROID_SDK_VERSION=30
44
ARG ANDROID_NDK_VERSION=21.4.7075529
55

6-
FROM ubuntu:20.04 AS base
6+
FROM ubuntu:22.04 AS base
77

88
ENV DEBIAN_FRONTEND=noninteractive
99

0 commit comments

Comments
 (0)