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 Jan 6, 2025
1 parent a4e9346 commit 36c3879
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion ai-ml/llm-finetuning-gemma/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# [START gke_aiml_llm_finetune_gemma_single_node_docker]
FROM nvidia/cuda:12.6.2-runtime-ubuntu22.04
FROM nvidia/cuda:12.6.3-runtime-ubuntu22.04

RUN apt-get update && \
apt-get -y --no-install-recommends install python3-dev gcc python3-pip git && \
Expand Down
2 changes: 1 addition & 1 deletion ai-ml/maxdiffusion-tpu/build/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM python:3.12-slim
FROM python:3.13-slim
WORKDIR /app
RUN apt-get -y update
RUN apt-get -y install git
Expand Down
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.1-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 cost-optimization/gke-scheduled-autoscaler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.23.2 as builder
FROM golang:1.23.4 as builder
WORKDIR /go/src/custom-metric-exporter
COPY * ./
RUN CGO_ENABLED=0 GOOS=linux go build -o /export .
Expand Down
2 changes: 1 addition & 1 deletion cost-optimization/gke-shift-left-cost/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY . ./
RUN go build -mod=readonly -v -o /k8s-cost-estimator


FROM alpine:3.20
FROM alpine:3.21
WORKDIR /app
# Install utilities needed durin ci/cd process
RUN apk update && apk upgrade && \
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.23.2 as builder
FROM golang:1.23.4 as builder
WORKDIR /app
COPY * ./
RUN CGO_ENABLED=0 GOOS=linux go build -o /sd-dummy-exporter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.23.2 as builder
FROM golang:1.23.4 as builder
WORKDIR /app
COPY * ./
RUN CGO_ENABLED=0 GOOS=linux go build -o /prometheus-dummy-exporter
Expand Down
2 changes: 1 addition & 1 deletion observability/distributed-tracing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#See the License for the specific language governing permissions and
#limitations under the License.

FROM golang:1.23.2 as builder
FROM golang:1.23.4 as builder
WORKDIR /crud
COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -o /http-app
Expand Down
2 changes: 1 addition & 1 deletion observability/workload-metrics/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.23.2 as builder
FROM golang:1.23.4 as builder
WORKDIR /app
COPY * ./
RUN CGO_ENABLED=0 GOOS=linux go build -o /workload-metrics
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/hello-app-cdn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.23.2 as builder
FROM golang:1.23.4 as builder
WORKDIR /app
RUN go mod init hello-app-cdn
COPY *.go ./
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/hello-app-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.23.2 as builder
FROM golang:1.23.4 as builder
WORKDIR /app
RUN go mod init hello-app-redis
COPY * ./
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/hello-app-tls/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.23.2 as builder
FROM golang:1.23.4 as builder
WORKDIR /app
RUN go mod init hello-app-tls
COPY *.go ./
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/hello-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# [START gke_quickstarts_hello_app_dockerfile]
FROM golang:1.23.2 as builder
FROM golang:1.23.4 as builder
WORKDIR /app
RUN go mod init hello-app
COPY *.go ./
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/languages/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Use the offical Go image to create a build artifact.
# This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang
FROM golang:1.23.2 as builder
FROM golang:1.23.4 as builder
WORKDIR /app

# Initialize a new Go module.
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/languages/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# [START gke_quickstarts_languages_php_dockerfile]
# Use the official PHP 7.4 image.
# https://hub.docker.com/_/php
FROM php:8.3-apache
FROM php:8.4-apache

# Copy local code to the container image.
COPY index.php /var/www/html/
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/languages/ruby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use the official lightweight Ruby image.
# https://hub.docker.com/_/ruby
FROM ruby:3.3-slim
FROM ruby:3.4-slim

# Install production dependencies.
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/whereami/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.0-slim
FROM python:3.13.1-slim

#MAINTAINER Alex Mattson "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion security/wi-secrets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.23.2 as builder
FROM golang:1.23.4 as builder
WORKDIR /app
COPY *.go go.mod go.sum ./
RUN CGO_ENABLED=0 GOOS=linux go build -o /wi-secrets
Expand Down

0 comments on commit 36c3879

Please sign in to comment.