Skip to content

Commit

Permalink
fix(image): revert base image to alpine
Browse files Browse the repository at this point in the history
Because GitLab Job need shell #15
  • Loading branch information
timfanda35 committed Oct 1, 2023
1 parent afcdfed commit 5f8aed4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ COPY . ./
RUN make build

# Builder
FROM scratch
FROM alpine

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /src/app /

ENTRYPOINT ["/app"]

0 comments on commit 5f8aed4

Please sign in to comment.