Skip to content
Snippets Groups Projects
Verified Commit 63ce62a2 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

update versions

parent f918b1cd
No related branches found
No related tags found
No related merge requests found
Pipeline #2963 failed
FROM openjdk:8-jdk as builder
# define arguments for versions to be used for platform and build tools
ARG PLATFORM=31
ARG BUILD_TOOLS=32.0.0
ARG PLATFORM=32
ARG BUILD_TOOLS=34.0.1
RUN apt-get --quiet update --yes && \
apt-get --quiet install --yes wget tar unzip lib32stdc++6 lib32z1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment