Update Docker image to Alpine Linux 3.10.1

pull/421/head
Frédéric Guillot 5 years ago
parent 3d19313a7f
commit f82736641f
  1. 2
      Dockerfile

@ -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

Loading…
Cancel
Save