Skip to content

Commit 9c84757

Browse files
Bump to supported Ubuntu
This hopefully fixes CI.
1 parent 0414f85 commit 9c84757

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ci/docker/host-x86_64/arm-android/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.10
1+
FROM ubuntu:23.04
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
COPY scripts/android-base-apt-get.sh /scripts/

src/ci/docker/host-x86_64/dist-android/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.10
1+
FROM ubuntu:23.04
22

33
COPY scripts/android-base-apt-get.sh /scripts/
44
RUN sh /scripts/android-base-apt-get.sh

src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.10
1+
FROM ubuntu:23.04
22

33
ARG DEBIAN_FRONTEND=noninteractive
44

0 commit comments

Comments
 (0)