You've already forked nginx_exporter
mirror of
https://github.com/nginxinc/nginx-prometheus-exporter.git
synced 2025-07-30 10:03:04 +03:00
Bump golang from 1.22 to 1.23 in /build (#812)
Bumps golang from 1.22 to 1.23. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# syntax=docker/dockerfile:1.8
|
||||
FROM golang:1.22 AS base
|
||||
FROM golang:1.23 AS base
|
||||
ARG VERSION
|
||||
ARG TARGETARCH
|
||||
|
||||
|
Reference in New Issue
Block a user