From b92f37a61d00e4b07d36bf3d5dc20c5dba314e60 Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Tue, 21 Mar 2023 09:59:16 -0700 Subject: [PATCH] Use cloud tag on step-kms-plugin --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 00fa9c0e..7469392d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache curl git make RUN make V=1 download RUN make V=1 bin/step-ca -FROM smallstep/step-kms-plugin-cloud:latest AS kms +FROM smallstep/step-kms-plugin:cloud AS kms FROM smallstep/step-cli:latest