From e566d10aa1f2b11e63c76f73f41448dbc7293cfd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 23 May 2020 06:49:07 +0000 Subject: chore(deps): bump golang from 1.14.2-alpine3.11 to 1.14.3-alpine3.11 Bumps golang from 1.14.2-alpine3.11 to 1.14.3-alpine3.11. Signed-off-by: dependabot-preview[bot] --- Dockerfile.integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.integration b/Dockerfile.integration index 64c8dfa7..43be8796 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.4.1 AS vault FROM consul:1.7.3 AS consul -FROM golang:1.14.2-alpine3.11 +FROM golang:1.14.3-alpine3.11 COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul -- cgit v1.2.3