We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5500471 commit fd3395fCopy full SHA for fd3395f
prometheus/snmp-generator/.dockerignore
@@ -0,0 +1,2 @@
1
+README.md
2
+test/
prometheus/snmp-generator/Containerfile
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
-ARG BASE_IMAGE=docker.io/boxcutter/golang:1.24-noble
+ARG BASE_IMAGE=docker.io/polymathrobotics/golang:1.24-noble
3
# hadolint ignore=DL3006
4
FROM $BASE_IMAGE AS base
5
0 commit comments