Skip to content

Commit a167e12

Browse files
Merge pull request GoogleCloudPlatform#774 from GoogleCloudPlatform/dependabot/docker/prometheus-to-sd/golang-1.23.1
Bump golang from 1.22.5 to 1.23.1 in /prometheus-to-sd
2 parents c1a05a4 + a81f480 commit a167e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus-to-sd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM golang:1.22.5 as builder
15+
FROM --platform=$BUILDPLATFORM golang:1.23.1 as builder
1616
WORKDIR ${GOPATH}/src/github.com/GoogleCloudPlatform/k8s-stackdriver/prometheus-to-sd
1717
COPY . ./
1818

0 commit comments

Comments
 (0)