Skip to content

Commit

Permalink
fix: wrong comment reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Nov 24, 2022
1 parent 6fbeaa4 commit 9841726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_client
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go mod download
COPY . ./
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-X 'main.Version=$(cat cmd/client/version)'" -o dist/punchrclient cmd/client/*.go

# Create lightweight container to run nebula
# Create lightweight container to run punchr
FROM alpine:latest

RUN adduser -D -H punchr
Expand Down

0 comments on commit 9841726

Please sign in to comment.