Skip to content

Commit 1208dd3

Browse files
authored
deps: update maven docker tag to v3.9.12 (GoogleCloudPlatform#4050)
1 parent 2e1f8eb commit 1208dd3

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.11-eclipse-temurin-17 as builder
16+
FROM maven:3.9.12-eclipse-temurin-17 as builder
1717

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

0 commit comments

Comments
 (0)