Skip to content

Commit

Permalink
worthless comment triggering CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nslaughter committed Oct 26, 2023
1 parent 0ae30b5 commit 25bd6e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/opentracing/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ COPY go.mod go.sum ./
RUN go mod download
COPY server.go .
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o server .

FROM alpine:3.18.3
# just a happy comment to trigger CI
FROM alpine:latest
RUN apk --no-cache add ca-certificates
WORKDIR /root/
COPY --from=0 /app/server .
CMD ["./server"]
CMD ["./server"]

0 comments on commit 25bd6e7

Please sign in to comment.