From d19edffe630b6f4b9a05b3001f2588ae86589728 Mon Sep 17 00:00:00 2001 From: Anthony Dahanne Date: Mon, 26 Jun 2023 23:30:12 -0400 Subject: [PATCH] Remove concourse-release-scripts * it's advised to use the image now, as in: https://github.com/spring-io/spring-javaformat/commit/472361080e18b1d1b7bd76bc6bf2548f8e237fc3 --- scripts/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 61c4962..cf2be97 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -1,8 +1,6 @@ ARG base_image=ubuntu:bionic FROM ${base_image} -ADD https://repo.spring.io/libs-release/io/spring/concourse/releasescripts/concourse-release-scripts/0.3.2/concourse-release-scripts-0.3.2.jar /opt/concourse-release-scripts.jar - RUN apt-get update && apt-get install --no-install-recommends -y \ git gnupg \ && rm -rf /var/lib/apt/lists/*