Skip to content

Commit 656a74f

Browse files
committed
fix build
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 34742e6 commit 656a74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS build
66
RUN apk upgrade --no-cache --force
77
RUN apk add --update build-base make git
88

9-
WORKDIR /go/src /github.com/webdevops/myuplink-exporter
9+
WORKDIR /go/src/github.com/webdevops/myuplink-exporter
1010

1111
# Dependencies
1212
COPY go.mod go.sum .

0 commit comments

Comments
 (0)