Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
- from Debian to Alpine
  • Loading branch information
xellos00 committed Aug 22, 2024
1 parent 59c1729 commit 9e9c346
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 @@ -14,7 +14,7 @@ RUN make build
RUN ./vatz init

# Start a new stage from scratch
FROM debian:buster-slim
FROM alpine:latest

WORKDIR /root/

Expand Down

0 comments on commit 9e9c346

Please sign in to comment.