Use latest Alpine image as Docker base

This commit is contained in:
Eric Levy 2022-01-24 20:57:09 -05:00
parent 14003ba24a
commit 71f85fa4f2

View File

@ -1,4 +1,4 @@
FROM alpine:3.13.4
FROM alpine
RUN apk add --no-cache bash
ADD mo /usr/local/bin/mo