Skip to content

Commit 7512cfa

Browse files
authored
chore: update base image to latest (#3301)
1 parent fd0b291 commit 7512cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cloudbuild/library_generation/library_generation.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# install gapic-generator-java in a separate layer so we don't overload the image
1616
# with the transferred source code and jars
17-
FROM gcr.io/cloud-devrel-public-resources/java21 AS ggj-build
17+
FROM gcr.io/cloud-devrel-public-resources/java21@sha256:2ceff5eeea72260258df56d42e44ed413e52ee421c1b77393c5f2c9c4d7c41da AS ggj-build
1818

1919
WORKDIR /sdk-platform-java
2020
COPY . .
@@ -27,7 +27,7 @@ RUN cp "/root/.m2/repository/com/google/api/gapic-generator-java/${DOCKER_GAPIC_
2727
"./gapic-generator-java.jar"
2828

2929
# build from the root of this repo:
30-
FROM gcr.io/cloud-devrel-public-resources/python
30+
FROM gcr.io/cloud-devrel-public-resources/python@sha256:9c5ea427632f195ad164054831968389d86fdde4a15abca651f3fcb2a71268cb
3131

3232
SHELL [ "/bin/bash", "-c" ]
3333

0 commit comments

Comments
 (0)