File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM k8s.gcr. io/build-image/debian-base:bullseye-v1.1 .0
15+ FROM registry. k8s.io/build-image/debian-base:bullseye-v1.2 .0
1616
17- RUN apt update && apt-mark unhold libcap2
18- RUN clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs
19- # install updated packages to fix CVE issues
20- RUN clean-install libgmp10 bsdutils libssl1.1 openssl libc6 libc-bin libsystemd0 zlib1g gzip liblzma5
17+ RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs
2118
2219LABEL maintainers="andyzhangx"
2320LABEL description="SMB CSI Driver"
You can’t perform that action at this time.
0 commit comments