Update JDK version

This commit is contained in:
ga-ram 2022-05-31 12:18:55 +09:00
parent 8eface18ad
commit 4dec6a5913
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM openjdk:8-jdk-alpine
FROM adoptopenjdk/openjdk11:jdk-11.0.14.1_1-alpine-slim
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.4.0}
ARG INSTALL_URL=https://github.com/pinpoint-apm/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-batch-${PINPOINT_VERSION}.jar

View File

@ -1,4 +1,4 @@
FROM openjdk:8-jdk-alpine
FROM adoptopenjdk/openjdk11:jdk-11.0.14.1_1-alpine-slim
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.4.0}
ARG INSTALL_URL=https://github.com/pinpoint-apm/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-collector-boot-${PINPOINT_VERSION}.jar

View File

@ -1,4 +1,4 @@
FROM openjdk:8-jdk-alpine
FROM adoptopenjdk/openjdk11:jdk-11.0.14.1_1-alpine-slim
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.4.0}
ARG INSTALL_URL=https://github.com/pinpoint-apm/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-web-boot-${PINPOINT_VERSION}.jar