Skip to content

Commit

Permalink
Using the latest base image
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed May 12, 2018
1 parent 29898ba commit cde3528
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Emulator_arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM appium/appium:1.8.0-p0
FROM appium/appium:1.8.0-p1

LABEL maintainer "Budi Utomo <budi.ut.1989@gmail.com>"

Expand Down
2 changes: 1 addition & 1 deletion docker/Emulator_x86
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM appium/appium:1.8.0-p0
FROM appium/appium:1.8.0-p1

LABEL maintainer "Budi Utomo <budi.ut.1989@gmail.com>"

Expand Down
4 changes: 2 additions & 2 deletions docker/Real_device
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM appium/appium:1.8.0-p0
FROM appium/appium:1.8.0-p1

LABEL maintainer "Budi Utomo <budi.ut.1989@gmail.com>"

Expand Down Expand Up @@ -38,7 +38,7 @@ WORKDIR /root
# Sed for JSON data
#==================
RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
xterm \
xterm \
supervisor \
socat \
x11vnc \
Expand Down

0 comments on commit cde3528

Please sign in to comment.