Skip to content

Commit c2e58d3

Browse files
Bump golang from 1.23 to 1.24 in /components/datadog/apps/nginx/images/http-client (#1421)
Co-authored-by: L3n41c <L3n41c@users.noreply.github.com>
1 parent 87e355f commit c2e58d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/datadog/apps/nginx/images/http-client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23 AS builder
1+
FROM golang:1.24 AS builder
22

33
WORKDIR /usr/src/app
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module nginx-query
22

3-
go 1.22
3+
go 1.24

0 commit comments

Comments
 (0)