8000
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 60eb9e0 commit 565a20bCopy full SHA for 565a20b
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.2-jdk-11 as builder
+FROM maven:3.8.3-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]
-FROM maven:3.8.1-jdk-11 as builder
0 commit comments