Skip to content

Commit

Permalink
Merge pull request #10 from Financial-Times/fix
Browse files Browse the repository at this point in the history
Use from alpine in Dockerfile
  • Loading branch information
Kalin Arsov authored Apr 29, 2020
2 parents e85113a + b1bc6c5 commit b5e9f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN VERSION="version=$(git describe --tag --always 2> /dev/null)" \
&& echo "Build flags: ${LDFLAGS}"

# Multi-stage build - copy only the certs and the binary into the image
FROM scratch
FROM alpine
WORKDIR /
COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=0 /artifacts/* /
Expand Down

0 comments on commit b5e9f25

Please sign in to comment.