Skip to content

Commit c2165cb

Browse files
committed
chore(deps): update docker
1 parent 66be825 commit c2165cb

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

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

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.24.3 as builder
15+
FROM golang:1.24.5 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.24.3 as builder
15+
FROM golang:1.24.5 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.24.3 as builder
12+
FROM golang:1.24.5 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.24.3 as builder
15+
FROM golang:1.24.5 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.17
15+
FROM redis:6.2.18
1616

1717
ADD run.sh /run.sh
1818

quickstarts/hello-app-cdn/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.24.3 as builder
15+
FROM golang:1.24.5 as builder
1616
WORKDIR /app
1717
RUN go mod init hello-app-cdn
1818
COPY *.go ./

quickstarts/hello-app-redis/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.24.3 as builder
15+
FROM golang:1.24.5 as builder
1616
WORKDIR /app
1717
RUN go mod init hello-app-redis
1818
COPY * ./

quickstarts/hello-app-tls/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.24.3 as builder
15+
FROM golang:1.24.5 as builder
1616
WORKDIR /app
1717
RUN go mod init hello-app-tls
1818
COPY *.go ./

quickstarts/hello-app/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_quickstarts_hello_app_dockerfile]
16-
FROM golang:1.24.3 as builder
16+
FROM golang:1.24.5 as builder
1717
WORKDIR /app
1818
RUN go mod init hello-app
1919
COPY *.go ./

0 commit comments

Comments
 (0)