We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2aa643 commit af2c29cCopy full SHA for af2c29c
.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:456f60c1643cf70e3c1d630884387fbfa207ad5975d17b0323cc36030dc13c40 AS ggj-build
+FROM docker.io/library/maven:3.9.9-eclipse-temurin-11-alpine@sha256:f59bb88c496c25c61e514824da4b5d7dea338cf77cd1b5ce84db6b72694455da AS ggj-build
19
20
WORKDIR /sdk-platform-java
21
COPY . .
0 commit comments