1
0
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:
dependabot[bot]
2024-08-21 12:02:30 -07:00
committed by GitHub
parent 4165b9ff93
commit 2be3fb9110

View File

@ -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