Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Oct 14, 2024
1 parent bff770c commit 8be2bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM golang:1.20-alpine AS builder
FROM golang:1.23-alpine AS builder
ARG GOARCH
ARG GOARM

WORKDIR /go/src/github.com/leoparente/opentelemetry-infinity
COPY . .
RUN apk update && apk add make build-base dpkg-dev curl
RUN apk update && apk add build-base curl dpkg-dev make
RUN if [ ! -f "runner/otelcol-contrib" ] ; then make getotelcol ; fi
RUN make build && mv build/otlpinf /exe

Expand Down

0 comments on commit 8be2bd9

Please sign in to comment.