Skip to content

Commit

Permalink
you were fromaged
Browse files Browse the repository at this point in the history
  • Loading branch information
fromage committed Oct 28, 2021
1 parent 4516fac commit 6c931a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM golang:1.15
FROM golang:1.17

WORKDIR /fromage
ADD . /fromage
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags '-extldflags "-static"' .

FROM index.docker.io/alpine/git:v2.30.0
FROM index.docker.io/alpine/git:v2.32.0
COPY --from=0 /fromage/fromage /usr/local/bin/
ENTRYPOINT ["/usr/local/bin/fromage"]

0 comments on commit 6c931a5

Please sign in to comment.