Update Docker image to Alpine Linux 3.10.1

This commit is contained in:
Frédéric Guillot 2019-08-03 14:35:15 -07:00
parent 3d19313a7f
commit f82736641f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ RUN apk add --no-cache --update build-base git
COPY . .
RUN make linux-__MINIFLUX_ARCH__ VERSION=__MINIFLUX_VERSION__
FROM __BASEIMAGE_ARCH__/alpine:3.10.0
FROM __BASEIMAGE_ARCH__/alpine:3.10.1
EXPOSE 8080
ENV LISTEN_ADDR 0.0.0.0:8080
RUN apk --no-cache add ca-certificates tzdata