Parcourir la source

Update Docker image to Alpine Linux 3.10.1

Frédéric Guillot il y a 6 ans
Parent
commit
f82736641f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
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