Skip to content

Commit

Permalink
Change the Docker image's base to busybox:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Mert Yildiran committed Jan 25, 2022
1 parent 3584ae3 commit 573fff0
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 @@ -10,7 +10,7 @@ COPY server server
COPY Makefile .
RUN make build GOOS=linux GOARCH=${GOARCH}

FROM ${ARCH}/alpine:3.15
FROM ${ARCH}/busybox:latest
ARG ARCH
ARG GOARCH
COPY --from=builder ["/tmp/build/basenine_linux_${GOARCH}", "./basenine"]
Expand Down

0 comments on commit 573fff0

Please sign in to comment.