Skip to content

Commit

Permalink
Merge pull request #91 from tosuke-homelab/renovate/golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.23
  • Loading branch information
tosuke authored Sep 30, 2024
2 parents dd924bd + ad440c6 commit 1498306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otelcol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG target
ARG baseimage=distroless

FROM --platform=$BUILDPLATFORM golang:1.22 AS base
FROM --platform=$BUILDPLATFORM golang:1.23 AS base
# renovate: datasource=go depName=go.opentelemetry.io/collector/cmd/builder
ARG OTELCOL_BUILDER_VERSION=v0.106.0
RUN go install go.opentelemetry.io/collector/cmd/builder@${OTELCOL_BUILDER_VERSION}
Expand Down

0 comments on commit 1498306

Please sign in to comment.