add cpu and mem limit

main
ycz008 2023-06-02 10:22:28 +08:00
parent 1c5da35fb6
commit 72f8e8b640
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.18.0
MAINTAINER smallkoudai <smallkoudai@gmail.com>
LABEL smallkoudai <smallkoudai@gmail.com>
ARG KUBE_VERSION=v1.23.12
RUN apk add --update ca-certificates gettext git --no-cache && apk add --update -t deps curl && \