version update

This commit is contained in:
Seán C McCord 2021-03-09 11:45:11 -08:00
parent 5658b4f03c
commit aaa8391d8f

View file

@ -1,7 +1,7 @@
FROM alpine:3.11 AS build FROM alpine:3.13 AS build
ARG CHANNEL=unstable ARG CHANNEL=stable
ARG VERSION=0.100.0-153 ARG VERSION=1.4.5
ARG ARCH=amd64 ARG ARCH=amd64
RUN mkdir /build RUN mkdir /build