Skip to content

Commit a1c66dc

Browse files
authored
Merge pull request #1157 from GoogleCloudPlatform/dependabot/docker/custom-metrics-stackdriver-adapter/golang-1.26.2-alpine
Bump golang from 1.26.1-alpine to 1.26.2-alpine in /custom-metrics-stackdriver-adapter
2 parents 29abce7 + 597e471 commit a1c66dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom-metrics-stackdriver-adapter/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 golang:1.26.1-alpine as builder
15+
FROM golang:1.26.2-alpine as builder
1616
WORKDIR ${GOPATH}/src/github.com/GoogleCloudPlatform/k8s-stackdriver/custom-metrics-stackdriver-adapter
1717
COPY . ./
1818
RUN CGO_ENABLED=0 GOOS=linux go build -mod=readonly -o /adapter

0 commit comments

Comments
 (0)