Skip to content

Commit

Permalink
chore(deps): update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 20, 2024
1 parent 5a49a33 commit d37fe28
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ai-ml/t5-model-serving/client-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.11.10-alpine
FROM python:3.13.0-alpine

ARG PORT=8050
ENV PORT=${PORT}
Expand Down
2 changes: 1 addition & 1 deletion batch/aiml-workloads/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# [START gke_batch_aiml_workload_dockerfile]
FROM python:3.12-slim
FROM python:3.13-slim
COPY ./requirements.txt /requirements.txt
RUN pip install -r requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion databases/elasticsearch/docker/chatbot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm
FROM python:3.13-slim-bookworm

ENV ES_URL https://elasticsearch-ha-es-http:9200
ENV INDEX_NAME training-docs
Expand Down
2 changes: 1 addition & 1 deletion databases/elasticsearch/docker/embed-docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm
FROM python:3.13-slim-bookworm

ENV ES_URL https://elasticsearch-ha-es-http:9200
ENV INDEX_NAME training-docs
Expand Down
2 changes: 1 addition & 1 deletion databases/postgres-pgvector/docker/chatbot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm
FROM python:3.13-slim-bookworm

ENV POSTGRES_HOST gke-pg-cluster-rw.pg-ns
ENV DATABASE_NAME app
Expand Down
2 changes: 1 addition & 1 deletion databases/postgres-pgvector/docker/embed-docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm
FROM python:3.13-slim-bookworm

ENV POSTGRES_HOST gke-pg-cluster-rw.pg-ns
ENV DATABASE_NAME app
Expand Down
2 changes: 1 addition & 1 deletion databases/qdrant/docker/chatbot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm
FROM python:3.13-slim-bookworm

ENV QDRANT_URL http://qdrant-database:6333
ENV COLLECTION_NAME training-docs
Expand Down
2 changes: 1 addition & 1 deletion databases/qdrant/docker/embed-docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm
FROM python:3.13-slim-bookworm

ENV QDRANT_URL http://qdrant-qdrant:6333
ENV COLLECTION_NAME training-docs
Expand Down
2 changes: 1 addition & 1 deletion databases/weaviate/docker/chatbot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm
FROM python:3.13-slim-bookworm

ENV WEAVIATE_ENDPOINT weaviate.weaviate
ENV WEAVIATE_GRPC_ENDPOINT weaviate-grpc.weaviate
Expand Down
2 changes: 1 addition & 1 deletion databases/weaviate/docker/embed-docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm
FROM python:3.13-slim-bookworm

ENV WEAVIATE_ENDPOINT weaviate.weaviate
ENV WEAVIATE_GRPC_ENDPOINT weaviate-grpc.weaviate
Expand Down

0 comments on commit d37fe28

Please sign in to comment.