Update Docker image to Alpine Linux 3.10.1
This commit is contained in:
parent
3d19313a7f
commit
f82736641f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN apk add --no-cache --update build-base git
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN make linux-__MINIFLUX_ARCH__ VERSION=__MINIFLUX_VERSION__
|
RUN make linux-__MINIFLUX_ARCH__ VERSION=__MINIFLUX_VERSION__
|
||||||
|
|
||||||
FROM __BASEIMAGE_ARCH__/alpine:3.10.0
|
FROM __BASEIMAGE_ARCH__/alpine:3.10.1
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ENV LISTEN_ADDR 0.0.0.0:8080
|
ENV LISTEN_ADDR 0.0.0.0:8080
|
||||||
RUN apk --no-cache add ca-certificates tzdata
|
RUN apk --no-cache add ca-certificates tzdata
|
||||||
|
|
Loading…
Reference in a new issue