1
0
mirror of https://github.com/nginxinc/nginx-prometheus-exporter.git synced 2025-04-18 12:45:02 +03:00

Update golang Docker tag to v1.24 (#991)

| datasource | package | from | to   |
| ---------- | ------- | ---- | ---- |
| docker     | golang  | 1.23 | 1.24 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-07 06:12:32 +00:00 committed by GitHub
parent 1406b657a0
commit 2871b8d6d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.14
FROM golang:1.23 AS builder
FROM golang:1.24 AS builder
ARG VERSION
ARG TARGETARCH