We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38431a2 commit 4129bb8Copy full SHA for 4129bb8
.cloudbuild/library_generation/library_generation.Dockerfile
@@ -15,7 +15,7 @@
15
# install gapic-generator-java in a separate layer so we don't overload the image
16
# with the transferred source code and jars
17
18
-FROM docker.io/library/maven:3.9.9-eclipse-temurin-11-alpine@sha256:3bab9f2cd4fa8704445bf01444e8e5e0f1ab819a41616069872a898b432a7309 AS ggj-build
+FROM docker.io/library/maven:3.9.9-eclipse-temurin-11-alpine@sha256:9a259c69e57564f1d13f6f5b275e37c638c3103dc1978237e90b6d4d66bc9b0c AS ggj-build
19
20
WORKDIR /sdk-platform-java
21
COPY . .
0 commit comments