Skip to content

Commit adaa4c1

Browse files
committed
Use distroless as base image
1 parent 0206460 commit adaa4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM alpine
15+
FROM gcr.io/distroless/static:latest
1616
LABEL maintainers="Kubernetes Authors"
1717
LABEL description="CSI Driver liveness probe"
1818

0 commit comments

Comments
 (0)