diff --git a/Dockerfile b/Dockerfile index 3b56446..6afbc1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:18.04 AS build # We're pulling a specific tag/commit because minisign hasn't been released in a # long time and we want to build a static artifact. -ENV TAG="dfb9963ce764b4b0d104ca52884c454cb332ef62" +ENV TAG="0.9" # Setup Deps RUN apt-get update && \ @@ -25,4 +25,4 @@ FROM alpine:latest COPY --from=build /usr/local/bin/minisign /minisign ADD entrypoint.sh / -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]