Release 0.1.10

master
Nicolas Favre-Felix 4 years ago
parent 1872facb48
commit 77776e0eaa

@ -2,9 +2,9 @@ FROM alpine:3.11.3 AS stage
MAINTAINER Nicolas Favre-Felix <n.favrefelix@gmail.com> MAINTAINER Nicolas Favre-Felix <n.favrefelix@gmail.com>
RUN apk update && apk add wget make gcc libevent-dev msgpack-c-dev musl-dev bsd-compat-headers RUN apk update && apk add wget make gcc libevent-dev msgpack-c-dev musl-dev bsd-compat-headers
RUN wget https://github.com/nicolasff/webdis/archive/0.1.9.tar.gz -O webdis-0.1.9.tar.gz RUN wget https://github.com/nicolasff/webdis/archive/0.1.10.tar.gz -O webdis-0.1.10.tar.gz
RUN tar -xvzf webdis-0.1.9.tar.gz RUN tar -xvzf webdis-0.1.10.tar.gz
RUN cd webdis-0.1.9 && make && make install && cd .. RUN cd webdis-0.1.10 && make && make install && cd ..
RUN sed -i -e 's/"daemonize":.*true,/"daemonize": false,/g' /etc/webdis.prod.json RUN sed -i -e 's/"daemonize":.*true,/"daemonize": false,/g' /etc/webdis.prod.json
# main image # main image

@ -2,7 +2,7 @@
#define VERSION_H #define VERSION_H
#ifndef WEBDIS_VERSION #ifndef WEBDIS_VERSION
#define WEBDIS_VERSION "0.1.10-dev" #define WEBDIS_VERSION "0.1.10"
#endif #endif
#endif /* VERSION_H */ #endif /* VERSION_H */

Loading…
Cancel
Save