From c62749871eed6b9475e8bb8170b596cc01831cc8 Mon Sep 17 00:00:00 2001 From: Thomas Desrosiers <681004+thomasdesr@users.noreply.github.com> Date: Sun, 7 Jun 2020 15:25:38 -0400 Subject: [PATCH] Bump tag to 0.9 (#1) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]