Fixed Dockerfile image source

This commit is contained in:
Jonathan Ervine 2020-07-07 23:20:22 +08:00
parent 8b7029fdb1
commit ca3d3a9196

View File

@ -1,5 +1,5 @@
# Base on latest (edge) alpine image
FROM harbor.ervine.dev/library/x86_64/alpine/alpine-3.12
FROM harbor.ervine.dev/library/x86_64/alpine/alpine:3.12
MAINTAINER “Jonathan Ervine” <docker@ervine.org>