We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc80a2 commit 6d6f436Copy full SHA for 6d6f436
run/filesystem/Dockerfile
@@ -16,7 +16,7 @@
16
17
# Use the official maven/Java 11 image to create a build artifact.
18
# https://hub.docker.com/_/maven
19
-FROM maven:3.8.5-jdk-11 as builder
+FROM maven:3.8.6-jdk-11 as builder
20
21
# Copy local code to the container image.
22
WORKDIR /app
run/filesystem/gcsfuse.Dockerfile
@@ -15,7 +15,7 @@
15
# [START cloudrun_fuse_dockerfile]
0 commit comments