Skip to content

Commit 0ba9662

Browse files
committed
Switch to alpine for development
1 parent 23cd98c commit 0ba9662

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ARG CGO_ENABLED=0
1111
RUN cd $PROJECT && make && cp srv /build
1212

1313
# build final image for given image
14-
# FROM alpine as final
15-
# RUN mkdir -p /data
16-
FROM gcr.io/distroless/static as final
14+
FROM alpine as final
15+
# FROM gcr.io/distroless/static as final
16+
RUN mkdir -p /data
1717
COPY --from=go-builder /build/srv /data
1818
LABEL org.opencontainers.image.description="FOXDEN Authz service"
1919
LABEL org.opencontainers.image.source=https://github.com/chesscomputing/frontend

0 commit comments

Comments
 (0)