File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414
1515# Use the official maven/Java 11 image to create a build artifact.
1616# https://hub.docker.com/_/maven
17- FROM maven:3.6.2 -jdk-8-slim as builder
17+ FROM maven:3.6.3 -jdk-8-slim as builder
1818
1919# Copy local code to the container image.
2020WORKDIR /app
Original file line number Diff line number Diff line change 1515# [START run_broken_dockerfile]
1616# Use the official maven/Java 11 image to create a build artifact.
1717# https://hub.docker.com/_/maven
18- FROM maven:3.6.2 -jdk-11-slim as builder
18+ FROM maven:3.6.3 -jdk-11-slim as builder
1919
2020# Copy local code to the container image.
2121WORKDIR /app
Original file line number Diff line number Diff line change 44
55# Use the official maven/Java 11 image to create a build artifact.
66# https://hub.docker.com/_/maven
7- FROM maven:3.6.2 -jdk-11 as builder
7+ FROM maven:3.6.3 -jdk-11 as builder
88
99# Copy local code to the container image.
1010WORKDIR /app
Original file line number Diff line number Diff line change 1414
1515# Use the official maven/Java 11 image to create a build artifact.
1616# https://hub.docker.com/_/maven
17- FROM maven:3.6.2 -jdk-11-slim as builder
17+ FROM maven:3.6.3 -jdk-11-slim as builder
1818
1919# Copy local code to the container image.
2020WORKDIR /app
Original file line number Diff line number Diff line change 66
77# Use the official maven/Java 11 image to create a build artifact.
88# https://hub.docker.com/_/maven
9- FROM maven:3.6.1 -jdk-11 as builder
9+ FROM maven:3.6.3 -jdk-11 as builder
1010
1111# Copy local code to the container image.
1212WORKDIR /app
Original file line number Diff line number Diff line change 1414
1515# Use the official maven/Java 11 image to create a build artifact.
1616# https://hub.docker.com/_/maven
17- FROM maven:3.6.2 -jdk-11-slim as builder
17+ FROM maven:3.6.3 -jdk-11-slim as builder
1818
1919# Copy local code to the container image.
2020WORKDIR /app
You can’t perform that action at this time.
0 commit comments