mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-22 13:30:06 +00:00
Compare commits
1 Commits
85bd0e42cf
...
5280ee5062
Author | SHA1 | Date | |
---|---|---|---|
|
5280ee5062 |
@ -1,5 +1,5 @@
|
||||
# build
|
||||
FROM debian:stable-slim as build
|
||||
FROM debian:latest as build
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
@ -17,7 +17,7 @@ COPY Makefile CMakeLists.txt version.h.in ./
|
||||
RUN make -j8
|
||||
|
||||
# prod
|
||||
FROM debian:stable-slim
|
||||
FROM debian:latest
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user