From 82f30b8f0798367ffca00907c7685e09430ed149 Mon Sep 17 00:00:00 2001 From: bridge Date: Mon, 1 Apr 2024 19:53:12 +0200 Subject: [PATCH] chore: update jdk image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7c6f5d3..0bd7598 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ trigger: steps: - name: publish pull: if-not-exists - image: openjdk:8-jdk + image: openjdk:17-jdk environment: PACKAGESKEY: from_secret: GITEA_PACKAGE_PUBLIC_RW