Skip to content

Commit b632542

Browse files
authored
Merge pull request #40 from jsafrane/use-distroless
Use distroless as base image
2 parents b2a6504 + adaa4c1 commit b632542

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)