diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8a653a1c0d14..2b6fb69076ca 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "grafana/loki-build-image:0.33.5", + "image": "grafana/loki-build-image:0.33.6", "containerEnv": { "BUILD_IN_CONTAINER": "false" }, diff --git a/clients/cmd/docker-driver/Dockerfile b/clients/cmd/docker-driver/Dockerfile index 9ab546a2beda..d3eddaa93da6 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.5 +ARG BUILD_IMAGE=grafana/loki-build-image:0.33.6 # 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 523955d6adbd..5bf89e71fa16 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.5 +ARG BUILD_IMAGE=grafana/loki-build-image:0.33.6 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 094296aa43dd..baf41cc16349 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.5 as build +FROM grafana/loki-build-image:0.33.6 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 cce9f1b842d5..078cb62a3726 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.5 +ARG BUILD_IMAGE=grafana/loki-build-image:0.33.6 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 64bcd8bfbf25..d2a3d7c4dbbe 100644 --- a/cmd/loki/Dockerfile.debug +++ b/cmd/loki/Dockerfile.debug @@ -1,4 +1,4 @@ -ARG BUILD_IMAGE=grafana/loki-build-image:0.33.5 +ARG BUILD_IMAGE=grafana/loki-build-image:0.33.6 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 0a8f0a2718bc..478f69a67e3b 100644 --- a/cmd/querytee/Dockerfile.cross +++ b/cmd/querytee/Dockerfile.cross @@ -1,4 +1,4 @@ -ARG BUILD_IMAGE=grafana/loki-build-image:0.33.5 +ARG BUILD_IMAGE=grafana/loki-build-image:0.33.6 # 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 75b5c41d3d71..26c53ff89d07 100644 --- a/operator/Dockerfile.cross +++ b/operator/Dockerfile.cross @@ -1,4 +1,4 @@ -ARG BUILD_IMAGE=grafana/loki-build-image:0.33.5 +ARG BUILD_IMAGE=grafana/loki-build-image:0.33.6 FROM golang:1.22.6-alpine as goenv RUN go env GOARCH > /goarch && \