Skip to content

Commit f3c7a77

Browse files
committed
chore(deps): update docker
1 parent 779b6ae commit f3c7a77

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

ai-ml/llm-finetuning-gemma/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_aiml_llm_finetune_gemma_single_node_docker]
16-
FROM nvidia/cuda:12.6.2-runtime-ubuntu22.04
16+
FROM nvidia/cuda:12.9.0-runtime-ubuntu22.04
1717

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

ai-ml/llm-serving-gemma/gradio/Dockerfile

Lines changed: 1 addition & 1 deletion
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.13.1-alpine3.20
15+
FROM python:3.13.3-alpine3.20
1616
ADD app/ .
1717
RUN pip install -r requirements.txt
1818
CMD ["python", "./app.py"]

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.4-alpine
1818

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

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.24.3 as builder
1717
WORKDIR /go/src/custom-metric-exporter
1818
COPY * ./
1919
RUN CGO_ENABLED=0 GOOS=linux go build -o /export .

cost-optimization/gke-shift-left-cost/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY . ./
2323
RUN go build -mod=readonly -v -o /k8s-cost-estimator
2424

2525

26-
FROM alpine:3.20
26+
FROM alpine:3.22
2727
WORKDIR /app
2828
# Install utilities needed durin ci/cd process
2929
RUN apk update && apk upgrade && \

observability/custom-metrics-autoscaling/direct-to-sd/Dockerfile

Lines changed: 1 addition & 1 deletion
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 golang:1.23.2 as builder
15+
FROM golang:1.24.3 as builder
1616
WORKDIR /app
1717
COPY * ./
1818
RUN CGO_ENABLED=0 GOOS=linux go build -o /sd-dummy-exporter

observability/custom-metrics-autoscaling/google-managed-prometheus/Dockerfile

Lines changed: 1 addition & 1 deletion
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 golang:1.23.2 as builder
15+
FROM golang:1.24.3 as builder
1616
WORKDIR /app
1717
COPY * ./
1818
RUN CGO_ENABLED=0 GOOS=linux go build -o /prometheus-dummy-exporter

observability/distributed-tracing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#See the License for the specific language governing permissions and
1010
#limitations under the License.
1111

12-
FROM golang:1.23.2 as builder
12+
FROM golang:1.24.3 as builder
1313
WORKDIR /crud
1414
COPY . .
1515
RUN CGO_ENABLED=0 GOOS=linux go build -o /http-app

observability/workload-metrics/Dockerfile

Lines changed: 1 addition & 1 deletion
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 golang:1.23.2 as builder
15+
FROM golang:1.24.3 as builder
1616
WORKDIR /app
1717
COPY * ./
1818
RUN CGO_ENABLED=0 GOOS=linux go build -o /workload-metrics

quickstarts/guestbook/redis-follower/Dockerfile

Lines changed: 1 addition & 1 deletion
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.16
15+
FROM redis:6.2.17
1616

1717
ADD run.sh /run.sh
1818

0 commit comments

Comments
 (0)