Skip to content

Commit b3c5d96

Browse files
renovate-botNimJay
andauthored
chore(deps): update docker (GoogleCloudPlatform#1491)
* chore(deps): update docker * Revert updates causing failures In a separate thread, we'll need to investigate why these updates are causing failures in the GitHub pull-request checks. For now, let's move forward with the updates that work. --------- Co-authored-by: Nim Jayawardena <[email protected]>
1 parent ee6b8e6 commit b3c5d96

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

Diff for: ai-ml/llm-finetuning-gemma/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# [START gke_aiml_llm_finetune_gemma_single_node_docker]
16-
FROM nvidia/cuda:12.6.1-runtime-ubuntu22.04
16+
FROM nvidia/cuda:12.6.2-runtime-ubuntu22.04
1717

1818
RUN apt-get update && \
1919
apt-get -y --no-install-recommends install python3-dev gcc python3-pip git && \

Diff for: ai-ml/llm-serving-gemma/gradio/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM python:3.12.7-alpine3.19
15+
FROM python:3.13.0-alpine3.19
1616
ADD app/ .
1717
RUN pip install -r requirements.txt
1818
CMD ["python", "./app.py"]

Diff for: ai-ml/maxdiffusion-tpu/build/server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM python:3.12-slim
2+
FROM python:3.13-slim
33
WORKDIR /app
44
RUN apt-get -y update
55
RUN apt-get -y install git

Diff for: ai-ml/maxdiffusion-tpu/build/webapp/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM python:3.12-slim
2+
FROM python:3.13-slim
33
WORKDIR /app
44
COPY requirements.txt ./
55
RUN python -m pip install --upgrade pip

Diff for: cost-optimization/gke-vpa-recommendations/metrics-exporter/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM python:3.12
2+
FROM python:3.13
33
WORKDIR /app
44
COPY requirements.txt requirements.txt
55
RUN pip install -r requirements.txt

Diff for: databases/cloud-pubsub/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim
1+
FROM python:3.13-slim
22
COPY . .
33
RUN pip install -r requirements.txt
44
ENTRYPOINT ["python", "-u", "main.py"]

Diff for: management/gitops-style-delivery/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# [START gke_management_gitops_delivery_dockerfile]
16-
FROM python:3.12-slim
16+
FROM python:3.13-slim
1717
RUN pip install flask
1818
WORKDIR /app
1919
COPY app.py /app/app.py

Diff for: quickstarts/guestbook/redis-follower/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM redis:6.2.14
15+
FROM redis:6.2.16
1616

1717
ADD run.sh /run.sh
1818

Diff for: quickstarts/languages/python/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# [START gke_quickstarts_languages_python_dockerfile]
1616
# Use the official lightweight Python image.
1717
# https://hub.docker.com/_/python
18-
FROM python:3.12-slim
18+
FROM python:3.13-slim
1919

2020
# Copy local code to the container image.
2121
ENV APP_HOME /app

0 commit comments

Comments
 (0)