8000 chore(deps): update maven docker tag to v3.8.3 (#6150) · MattyDroidX/java-docs-samples@565a20b · GitHub
[go: up one dir, main page]

Skip to content

Commit 565a20b

Browse files
authored
chore(deps): update maven docker tag to v3.8.3 (GoogleCloudPlatform#6150)
1 parent 60eb9e0 commit 565a20b

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.2-jdk-11 as builder
19+
FROM maven:3.8.3-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.1-jdk-11 as builder
18+
FROM maven:3.8.3-jdk-11 as builder
1919

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

0 commit comments

Comments
 (0)
0