Skip to content

Commit 342284c

Browse files
[docker] Bump ubuntu from 84e77de to c4a8d55 in /Appium (#177)
Bumps ubuntu from `84e77de` to `c4a8d55`. --- updated-dependencies: - dependency-name: ubuntu dependency-version: noble dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad7e652 commit 342284c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Appium/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:noble@sha256:84e77dee7d1bc93fb029a45e3c6cb9d8aa4831ccfcc7103d36e876938d28895b AS android_img
1+
FROM ubuntu:noble@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b AS android_img
22

33
#==================
44
# General Packages
@@ -46,7 +46,7 @@ RUN wget -O tools.zip https://dl.google.com/android/repository/${SDK_VERSION}.zi
4646
echo y | sdkmanager "platform-tools" && \
4747
echo y | sdkmanager "build-tools;$ANDROID_BUILD_TOOLS_VERSION"
4848

49-
FROM ubuntu:noble@sha256:84e77dee7d1bc93fb029a45e3c6cb9d8aa4831ccfcc7103d36e876938d28895b
49+
FROM ubuntu:noble@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b
5050

5151
ENV DEBIAN_FRONTEND=noninteractive
5252

0 commit comments

Comments
 (0)