diff --git a/.drone.yml b/.drone.yml index 014fe24..c3c5208 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,8 @@ steps: - git clone https://github.com/ma1uta/ma1sd.git . # Strip multi-arch support from Dockerfile - sed -e 's|--platform=$BUILDPLATFORM ||' -i ./Dockerfile + # Rebase to a supported openJDK version + - sed -e 's|openjdk:8-jre-alpine|openjdk:16-alpine|s' -i ./Dockerfile # Inject 'apk upgrade' into Dockerfile - sed -e 's|apk update|apk upgrade --update-cache --available|g' -i ./Dockerfile