Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbilie authored Nov 2, 2024
1 parent f1176ff commit acc99fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jenkins/inbound-agent:alpine as jnlp
FROM jenkins/inbound-agent:alpine-jdk21 as jnlp

FROM ubuntu:22.04

Expand Down Expand Up @@ -42,4 +42,4 @@ RUN echo -n "y" | android/cmdline-tools/bin/sdkmanager --install "platform-tools
yes | flutter doctor --android-licenses
USER root

ENTRYPOINT ["/usr/local/bin/jenkins-agent"]
ENTRYPOINT ["/usr/local/bin/jenkins-agent"]

0 comments on commit acc99fc

Please sign in to comment.