Skip to content

Commit 07a9bd6

Browse files
committed
feat(prometheus): bump to version 3.11.3
1 parent e88cde5 commit 07a9bd6

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-prometheus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: ./.github/actions/build-image
2525
with:
2626
name: prometheus
27-
version: 3.11.2
27+
version: 3.11.3
2828
description: The Prometheus monitoring system and time series database
2929
license: Apache-2.0
3030
token: ${{ secrets.GITHUB_TOKEN }}

prometheus/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM docker.io/node:24.15.0 AS build-webui
33

44
ARG TARGETOS
55
ARG TARGETARCH
6-
ARG VERSION="3.10.0"
6+
ARG VERSION="3.11.3"
77

88
ADD --keep-git-dir \
99
https://github.com/prometheus/prometheus.git#v${VERSION} /build
@@ -13,7 +13,7 @@ WORKDIR /build
1313
RUN make assets
1414

1515
# --- Build stage ---
16-
FROM docker.io/golang:1.26.2 AS build-binary
16+
FROM docker.io/golang:1.26.3 AS build-binary
1717

1818
COPY --from=build-webui /build /build
1919
COPY plugins.yml /build/plugins.yml

prometheus/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ You can also bring your own configuration to the container using flags or by mou
2222

2323
```shell
2424
# Configuration flags
25-
$ docker run [options] ghcr.io/f-bn/prometheus:3.5.0 [flags]
25+
$ docker run [options] ghcr.io/f-bn/prometheus:3.11.3 [flags]
2626

2727
# Mounting static configuration
28-
$ docker run [options] -v prometheus.yml:/etc/prometheus/prometheus.yml:ro ghcr.io/f-bn/prometheus:3.5.0
28+
$ docker run [options] -v prometheus.yml:/etc/prometheus/prometheus.yml:ro ghcr.io/f-bn/prometheus:3.11.3
2929
```

prometheus/promu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
go:
2-
version: 1.26.2
2+
version: 1.26.3
33
repository:
44
path: github.com/prometheus/prometheus
55
build:

0 commit comments

Comments
 (0)