Skip to content
Snippets Groups Projects
Commit 742f6162 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

use ubuntu 24.04

parent 34bb3505
No related branches found
No related tags found
No related merge requests found
ARG IMAGE_SERVER="registry.420joos.dev"
ARG DEPENDENCY_DIR="/tmp/dependencies"
ARG ANDROID_HOME="/opt/android"
FROM $IMAGE_SERVER/ubuntu:22.04 AS download
FROM ubuntu:24.04 AS download
ARG DEPENDENCY_DIR
ARG ANDROID_HOME
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment