File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM --platform=$BUILDPLATFORM eclipse-temurin:21.0.5_11 -jdk@sha256:a20cfa6afdbf57ff2c4de77ae2d0e3725a6349f1936b5ad7c3d1b06f6d1b840a AS builder
15+ FROM --platform=$BUILDPLATFORM eclipse-temurin:25 -jdk@sha256:18755606ff20b3871244a75b026eaf5513b93739974100be9d86362f9bc4f98b AS builder
1616
1717WORKDIR /app
1818
@@ -25,7 +25,7 @@ COPY . .
2525RUN chmod +x gradlew
2626RUN ./gradlew installDist
2727
28- FROM eclipse-temurin:21.0.5_11 -jre-alpine@sha256:4300bfe1e11f3dfc3e3512f39939f9093cf18d0e581d1ab1ccd0512f32fe33f0
28+ FROM eclipse-temurin:25 -jre-alpine@sha256:bf9c91071c4f90afebb31d735f111735975d6fe2b668a82339f8204202203621
2929
3030# @TODO: https://github.com/GoogleCloudPlatform/microservices-demo/issues/2517
3131# Download Stackdriver Profiler Java agent
You can’t perform that action at this time.
0 commit comments