Skip to content

Commit

Permalink
Switch to alpine for development
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Feb 12, 2024
1 parent a1ee83f commit 7960ca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ARG CGO_ENABLED=0
RUN cd $PROJECT && make && cp srv /build

# build final image for given image
# FROM alpine as final
# RUN mkdir -p /data
FROM gcr.io/distroless/static as final
FROM alpine as final
# FROM gcr.io/distroless/static as final
RUN mkdir -p /data
COPY --from=go-builder /build/srv /data
LABEL org.opencontainers.image.description="FOXDEN DataBookkeeping service"
LABEL org.opencontainers.image.source=https://github.com/chesscomputing/databookkeeping
Expand Down

0 comments on commit 7960ca8

Please sign in to comment.