mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-31 04:07:25 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a89d4679be | ||
|
|
9290e90e3c | ||
|
|
136b49fab8 | ||
|
|
c5651e78f9 | ||
|
|
76ae526591 | ||
|
|
46805d6a81 |
@@ -1,9 +1,9 @@
|
||||
autopep8==2.3.2
|
||||
click==8.2.1
|
||||
coverage==7.10.6
|
||||
coverage==7.10.7
|
||||
mock==5.2.0
|
||||
pytest==8.4.1
|
||||
pytest-cov==6.2.1
|
||||
pytest==8.4.2
|
||||
pytest-cov==7.0.0
|
||||
pytest-xdist==3.8.0
|
||||
requests==2.32.5
|
||||
setuptools==80.9.0
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM appium/appium:v3.0.1-p1
|
||||
FROM appium/appium:v3.0.2-p0
|
||||
|
||||
ARG AUTHORS="Budi Utomo"
|
||||
LABEL author="${AUTHORS} <budtmo.os@gmail.com>"
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
ARG DOCKER_ANDROID_VERSION
|
||||
FROM budtmo/docker-android:base_${DOCKER_ANDROID_VERSION}
|
||||
|
||||
ENV GMSAAS_CLI_VERSION="1.14.1"
|
||||
ENV GMSAAS_CLI_VERSION="1.15.0"
|
||||
|
||||
#================
|
||||
# Cloud Packages
|
||||
|
||||
Reference in New Issue
Block a user