Skip to content

Commit

Permalink
deps: update maven docker tag to v3.9.7 (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored May 31, 2024
1 parent 9b37de3 commit b1d75ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/java/cloud-run/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Use the official maven/Java image to create a build artifact.
FROM maven:3.9.6-eclipse-temurin-17 as builder
FROM maven:3.9.7-eclipse-temurin-17 as builder

# Copy local code to the container image.
WORKDIR /app
Expand Down

0 comments on commit b1d75ca

Please sign in to comment.