Use cloud tag on step-kms-plugin

This commit is contained in:
Carl Tashian 2023-03-21 09:59:16 -07:00
parent 4378300c80
commit b92f37a61d
No known key found for this signature in database

View file

@ -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