Add version for Dockerfile.ek base image

pull/10/head
Peter Stuifzand 3 years ago
parent 681d9e38bc
commit db9084e0a1
Signed by: peter
GPG Key ID: 374322D56E5209E8

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

Loading…
Cancel
Save