Skip to content

Commit

Permalink
Use alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
everesio committed Jan 15, 2020
1 parent af907f0 commit d4d73a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ WORKDIR "/code"
ADD . "/code"
RUN make BINARY=spring-config-decryptor ${MAKE_TARGET}

FROM scratch
FROM alpine:3.11
COPY --from=builder /code/spring-config-decryptor /spring-config-decryptor
ENTRYPOINT ["/spring-config-decryptor"]
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.PHONY: clean build fmt test

TAG ?= "v0.0.1"
TAG ?= "v0.0.2"

BUILD_FLAGS ?=
BINARY ?= spring-config-decryptor
Expand Down

0 comments on commit d4d73a4

Please sign in to comment.