Nicolas Favre-Felix 4 years ago
parent c6d5d20de7
commit 726c96fb89
No known key found for this signature in database
GPG Key ID: C04E7AA8B6F73372

@ -1,4 +1,4 @@
FROM alpine:3.12.3 AS stage
FROM alpine:3.12.4 AS stage
LABEL 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 jq
@ -9,7 +9,7 @@ RUN cd webdis-$(cat latest) && make && make install && cd ..
RUN sed -i -e 's/"daemonize":.*true,/"daemonize": false,/g' /etc/webdis.prod.json
# main image
FROM alpine:3.12.3
FROM alpine:3.12.4
RUN apk update && apk add libevent msgpack-c redis # Required dependencies
RUN apk add libcrypto1.1 # Security updates
COPY --from=stage /usr/local/bin/webdis /usr/local/bin/

Loading…
Cancel
Save