Skip to content

Commit 0306636

Browse files
author
evren
committed
dockerfile changes
1 parent 73d8695 commit 0306636

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ WORKDIR /tmp
3838
RUN curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${GOPATH}/bin" v1.16.0
3939

4040

41-
WORKDIR ${GOPATH}/src/github.com/h2non/imaginary
41+
WORKDIR ${GOPATH}/src/github.com/photoslurporg/imaginary
4242

4343
# Copy imaginary sources
4444
COPY . .
@@ -54,17 +54,17 @@ RUN GO111MODULE=off golangci-lint run ./...
5454
RUN GO111MODULE=off go build -a \
5555
-o ${GOPATH}/bin/imaginary \
5656
-ldflags="-s -w -h -X main.Version=${IMAGINARY_VERSION}" \
57-
github.com/h2non/imaginary
57+
github.com/photoslurporg/imaginary
5858

5959
FROM debian:stretch-slim
6060

6161
ARG IMAGINARY_VERSION
6262

63-
LABEL maintainer="[email protected]" \
63+
LABEL maintainer="[email protected]" \
6464
org.label-schema.description="Fast, simple, scalable HTTP microservice for high-level image processing with first-class Docker support" \
6565
org.label-schema.schema-version="1.0" \
66-
org.label-schema.url="https://github.com/h2non/imaginary" \
67-
org.label-schema.vcs-url="https://github.com/h2non/imaginary" \
66+
org.label-schema.url="https://github.com/photoslurporg/imaginary" \
67+
org.label-schema.vcs-url="https://github.com/photoslurporg/imaginary" \
6868
org.label-schema.version="${IMAGINARY_VERSION}"
6969

7070
COPY --from=builder /usr/local/lib /usr/local/lib

0 commit comments

Comments
 (0)