Skip to content

Commit bb64f3b

Browse files
committed
Version bump after release
1 parent 0651736 commit bb64f3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ FROM alpine:3.11.3 AS stage
22
MAINTAINER Nicolas Favre-Felix <[email protected]>
33

44
RUN apk update && apk add wget make gcc libevent-dev msgpack-c-dev musl-dev bsd-compat-headers
5-
RUN wget https://github.com/nicolasff/webdis/archive/0.1.8.tar.gz -O webdis-0.1.8.tar.gz
6-
RUN tar -xvzf webdis-0.1.8.tar.gz
7-
RUN cd webdis-0.1.8 && make && make install && cd ..
5+
RUN wget https://github.com/nicolasff/webdis/archive/0.1.9.tar.gz -O webdis-0.1.9.tar.gz
6+
RUN tar -xvzf webdis-0.1.9.tar.gz
7+
RUN cd webdis-0.1.9 && make && make install && cd ..
88
RUN sed -i -e 's/"daemonize":.*true,/"daemonize": false,/g' /etc/webdis.prod.json
99

1010
# main image

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define VERSION_H
33

44
#ifndef WEBDIS_VERSION
5-
#define WEBDIS_VERSION "0.1.9"
5+
#define WEBDIS_VERSION "0.1.10-dev"
66
#endif
77

88
#endif /* VERSION_H */

0 commit comments

Comments
 (0)