aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2019-08-03 14:35:15 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2019-08-03 14:35:15 -0700
commitf82736641f1d76fd613f9c1d00c4eacc692dc047 (patch)
tree618fb0b56190bc647345de85ecb4875358d857a2 /Dockerfile
parent3d19313a7f655bc2626990650c4de8141485eea3 (diff)
Update Docker image to Alpine Linux 3.10.1
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e05bff6..ebf8fd5 100644
--- a/Dockerfile
+++ b/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