We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e591b commit 1179555Copy full SHA for 1179555
1 file changed
samples/java/cloud-run/Dockerfile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
# Use the official maven/Java image to create a build artifact.
16
-FROM maven:3.9.14-eclipse-temurin-17 as builder
+FROM maven:3.9.15-eclipse-temurin-17 as builder
17
18
# Copy local code to the container image.
19
WORKDIR /app
0 commit comments