Skip to content

Commit

Permalink
deps: update maven docker tag to v3.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 27, 2024
1 parent 0a95c45 commit 4520c90
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.7-eclipse-temurin-17 as builder
FROM maven:3.9.8-eclipse-temurin-17 as builder

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

0 comments on commit 4520c90

Please sign in to comment.