Skip to content

Commit 1179555

Browse files
authored
deps: update maven docker tag to v3.9.15 (#4387)
1 parent a3e591b commit 1179555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/java/cloud-run/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Use the official maven/Java image to create a build artifact.
16-
FROM maven:3.9.14-eclipse-temurin-17 as builder
16+
FROM maven:3.9.15-eclipse-temurin-17 as builder
1717

1818
# Copy local code to the container image.
1919
WORKDIR /app

0 commit comments

Comments
 (0)