Skip to content

Commit 3a2b763

Browse files
committed
chore(deps): update docker
1 parent 69724d8 commit 3a2b763

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

ai-ml/t5-model-serving/client-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
FROM python:3.11.10-alpine
17+
FROM python:3.13.0-alpine
1818

1919
ARG PORT=8050
2020
ENV PORT=${PORT}

batch/aiml-workloads/src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# [START gke_batch_aiml_workload_dockerfile]
16-
FROM python:3.12-slim
16+
FROM python:3.13-slim
1717
COPY ./requirements.txt /requirements.txt
1818
RUN pip install -r requirements.txt
1919

cost-optimization/gke-scheduled-autoscaler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
FROM golang:1.23.2 as builder
16+
FROM golang:1.23.3 as builder
1717
WORKDIR /go/src/custom-metric-exporter
1818
COPY * ./
1919
RUN CGO_ENABLED=0 GOOS=linux go build -o /export .

databases/elasticsearch/docker/chatbot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-bookworm
1+
FROM python:3.13-slim-bookworm
22

33
ENV ES_URL https://elasticsearch-ha-es-http:9200
44
ENV INDEX_NAME training-docs

databases/elasticsearch/docker/embed-docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-bookworm
1+
FROM python:3.13-slim-bookworm
22

33
ENV ES_URL https://elasticsearch-ha-es-http:9200
44
ENV INDEX_NAME training-docs

databases/postgres-pgvector/docker/chatbot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-bookworm
1+
FROM python:3.13-slim-bookworm
22

33
ENV POSTGRES_HOST gke-pg-cluster-rw.pg-ns
44
ENV DATABASE_NAME app

databases/postgres-pgvector/docker/embed-docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-bookworm
1+
FROM python:3.13-slim-bookworm
22

33
ENV POSTGRES_HOST gke-pg-cluster-rw.pg-ns
44
ENV DATABASE_NAME app

databases/qdrant/docker/chatbot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-bookworm
1+
FROM python:3.13-slim-bookworm
22

33
ENV QDRANT_URL http://qdrant-database:6333
44
ENV COLLECTION_NAME training-docs

databases/qdrant/docker/embed-docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-bookworm
1+
FROM python:3.13-slim-bookworm
22

33
ENV QDRANT_URL http://qdrant-qdrant:6333
44
ENV COLLECTION_NAME training-docs

databases/weaviate/docker/chatbot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-bookworm
1+
FROM python:3.13-slim-bookworm
22

33
ENV WEAVIATE_ENDPOINT weaviate.weaviate
44
ENV WEAVIATE_GRPC_ENDPOINT weaviate-grpc.weaviate

0 commit comments

Comments
 (0)