1
0
mirror of https://github.com/nginxinc/nginx-prometheus-exporter.git synced 2025-07-30 10:03:04 +03:00

Update docker/dockerfile Docker tag to v1.9 (#822)

| datasource | package           | from | to  |
| ---------- | ----------------- | ---- | --- |
| docker     | docker/dockerfile | 1.8  | 1.9 |

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]
2024-08-23 08:15:15 +00:00
committed by GitHub
parent e9e9eddf86
commit 21eb8dc19b

View File

@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.8
# syntax=docker/dockerfile:1.9
FROM golang:1.23 AS base
ARG VERSION
ARG TARGETARCH