Change Alpine version to 'edge'
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
37e0c938a3
commit
b83a435dc9
@ -1,5 +1,5 @@
|
||||
# RVSCC developer enviroment
|
||||
FROM alpine
|
||||
FROM alpine:edge
|
||||
MAINTAINER Mario Romero <mario@1159.cl>
|
||||
|
||||
# Install packages
|
||||
@ -13,4 +13,4 @@ COPY . .
|
||||
|
||||
# Initialize the enviroment keeping container alive
|
||||
ENTRYPOINT ["tail"]
|
||||
CMD ["-f","/dev/null"]
|
||||
CMD ["-f","/dev/null"]
|
Loading…
Reference in New Issue
Block a user