Add version for Dockerfile.ek base image

This commit is contained in:
Peter Stuifzand 2021-06-20 19:57:06 +02:00
parent 681d9e38bc
commit db9084e0a1
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -4,7 +4,7 @@ RUN apk --no-cache add git
RUN go get p83.nl/go/ekster/cmd/ek
# final stage
FROM alpine
FROM alpine:3.7
RUN apk --no-cache add ca-certificates
RUN ["mkdir", "-p", "/opt/micropub"]
WORKDIR /opt/micropub