Skip to content

Commit 6d6f436

Browse files
authored
chore(deps): update maven docker tag to v3.8.6 (#7365)
1 parent bfc80a2 commit 6d6f436

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run/filesystem/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Use the official maven/Java 11 image to create a build artifact.
1818
# https://hub.docker.com/_/maven
19-
FROM maven:3.8.5-jdk-11 as builder
19+
FROM maven:3.8.6-jdk-11 as builder
2020

2121
# Copy local code to the container image.
2222
WORKDIR /app

run/filesystem/gcsfuse.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# [START cloudrun_fuse_dockerfile]
1616
# Use the official maven/Java 11 image to create a build artifact.
1717
# https://hub.docker.com/_/maven
18-
FROM maven:3.8.5-jdk-11 as builder
18+
FROM maven:3.8.6-jdk-11 as builder
1919

2020
# Copy local code to the container image.
2121
WORKDIR /app

0 commit comments

Comments
 (0)