Skip to content

Commit

Permalink
updated package
Browse files Browse the repository at this point in the history
  • Loading branch information
ugol committed Aug 20, 2024
1 parent a36189a commit b0e4464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG TIME=$(date)

RUN useradd jr

WORKDIR /go/src/github.com/ugol/jr
WORKDIR /go/src/github.com/jrnd-io/jr
COPY . .
RUN go install github.com/actgardner/gogen-avro/v10/cmd/...@latest
RUN go generate pkg/generator/generate.go
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN adduser \
--uid "100001" \
"jr-user"

WORKDIR /go/src/github.com/ugol/jr
WORKDIR /go/src/github.com/jrnd-io/jr
COPY . .

RUN go get -u -d -v
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.scratch
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN adduser \
--uid "100001" \
"jr-user"

WORKDIR /go/src/github.com/ugol/jr
WORKDIR /go/src/github.com/jrnd-io/jr
COPY . .

RUN go get -u -d -v
Expand Down

0 comments on commit b0e4464

Please sign in to comment.