diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 17e72d6f6eb0..8a653a1c0d14 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "grafana/loki-build-image:0.33.4", + "image": "grafana/loki-build-image:0.33.5", "containerEnv": { "BUILD_IN_CONTAINER": "false" }, diff --git a/clients/cmd/docker-driver/Dockerfile b/clients/cmd/docker-driver/Dockerfile index 88f6b47fe262..9ab546a2beda 100644 --- a/clients/cmd/docker-driver/Dockerfile +++ b/clients/cmd/docker-driver/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_IMAGE=grafana/loki-build-image:0.33.4 +ARG BUILD_IMAGE=grafana/loki-build-image:0.33.5 # Directories in this file are referenced from the root of the project not this folder # This file is intended to be called from the root like so: # docker build -t grafana/loki -f cmd/loki/Dockerfile . diff --git a/clients/cmd/promtail/Dockerfile.cross b/clients/cmd/promtail/Dockerfile.cross index 572e6394f459..523955d6adbd 100644 --- a/clients/cmd/promtail/Dockerfile.cross +++ b/clients/cmd/promtail/Dockerfile.cross @@ -1,4 +1,4 @@ -ARG BUILD_IMAGE=grafana/loki-build-image:0.33.4 +ARG BUILD_IMAGE=grafana/loki-build-image:0.33.5 ARG GO_VERSION=1.22 # Directories in this file are referenced from the root of the project not this folder # This file is intended to be called from the root like so: diff --git a/clients/cmd/promtail/Dockerfile.debug b/clients/cmd/promtail/Dockerfile.debug index ebeb4e183bda..094296aa43dd 100644 --- a/clients/cmd/promtail/Dockerfile.debug +++ b/clients/cmd/promtail/Dockerfile.debug @@ -2,7 +2,7 @@ # This file is intended to be called from the root like so: # docker build -t grafana/promtail -f clients/cmd/promtail/Dockerfile.debug . -FROM grafana/loki-build-image:0.33.4 as build +FROM grafana/loki-build-image:0.33.5 as build ARG GOARCH="amd64" COPY . /src/loki WORKDIR /src/loki diff --git a/cmd/loki-canary/Dockerfile.cross b/cmd/loki-canary/Dockerfile.cross index e1f7b133313a..cce9f1b842d5 100644 --- a/cmd/loki-canary/Dockerfile.cross +++ b/cmd/loki-canary/Dockerfile.cross @@ -1,4 +1,4 @@ -ARG BUILD_IMAGE=grafana/loki-build-image:0.33.4 +ARG BUILD_IMAGE=grafana/loki-build-image:0.33.5 ARG GO_VERSION=1.22 # Directories in this file are referenced from the root of the project not this folder # This file is intended to be called from the root like so: diff --git a/cmd/loki/Dockerfile.debug b/cmd/loki/Dockerfile.debug index bb23778d9af3..64bcd8bfbf25 100644 --- a/cmd/loki/Dockerfile.debug +++ b/cmd/loki/Dockerfile.debug @@ -1,4 +1,4 @@ -ARG BUILD_IMAGE=grafana/loki-build-image:0.33.4 +ARG BUILD_IMAGE=grafana/loki-build-image:0.33.5 ARG GO_VERSION=1.22 # Directories in this file are referenced from the root of the project not this folder # This file is intended to be called from the root like so: diff --git a/cmd/querytee/Dockerfile.cross b/cmd/querytee/Dockerfile.cross index e0cec2a4cbdd..0a8f0a2718bc 100644 --- a/cmd/querytee/Dockerfile.cross +++ b/cmd/querytee/Dockerfile.cross @@ -1,4 +1,4 @@ -ARG BUILD_IMAGE=grafana/loki-build-image:0.33.4 +ARG BUILD_IMAGE=grafana/loki-build-image:0.33.5 # Directories in this file are referenced from the root of the project not this folder # This file is intended to be called from the root like so: # docker build -t grafana/promtail -f cmd/promtail/Dockerfile . diff --git a/operator/Dockerfile.cross b/operator/Dockerfile.cross index 357eae05bc57..f5ff1a48ce30 100644 --- a/operator/Dockerfile.cross +++ b/operator/Dockerfile.cross @@ -1,4 +1,4 @@ -ARG BUILD_IMAGE=grafana/loki-build-image:0.33.4 +ARG BUILD_IMAGE=grafana/loki-build-image:0.33.5 FROM golang:1.22.2-alpine as goenv RUN go env GOARCH > /goarch && \