Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.14-eclipse-temurin-17 as builder
FROM maven:3.9.15-eclipse-temurin-17 as builder

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