mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 22:35:50 +01:00
Merge pull request #190 from TheDen/feature/use-alpine-base-image
use alpine:3.9 as the base image
This commit is contained in:
commit
66bc1c2cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
FROM debian:stable-slim
|
||||
FROM alpine:3.9
|
||||
COPY dive /
|
||||
ENTRYPOINT ["/dive"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue