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 25, 2024
1 parent 5be2e51 commit 02cf3a9
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 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 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.3 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 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.3 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.3 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.3 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.3 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.3 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.3 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.3 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.3 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.3 as builder
WORKDIR /app

# Initialize a new Go module.
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.3 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 02cf3a9

Please sign in to comment.