From 2527a489ad391f76076388a1d20d07f21d143f15 Mon Sep 17 00:00:00 2001 From: Sergey Novikov Date: Thu, 16 May 2019 14:46:04 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc641d0..6e739e0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Build an image: ``` FROM amazonlinux:2 -ADD https://github.com/s12v/exec-with-secrets/releases/download/v0.2.1/exec-with-secrets-linux-amd64 /exec-with-secrets +ADD https://github.com/s12v/exec-with-secrets/releases/download/v0.3.0/exec-with-secrets-linux-amd64 /exec-with-secrets COPY app.jar /app.jar