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 k8s.gcr.io/build-image/debian-base:bullseye-v1.2 .0
1616
1717ARG ARCH
1818ARG binary=./bin/${ARCH}/nfsplugin
1919COPY ${binary} /nfsplugin
2020
21- RUN apt update && apt-mark unhold libcap2
22- RUN clean-install ca-certificates mount nfs-common netbase
23- # install updated packages to fix CVE issues
24- RUN clean-install libgmp10 bsdutils libssl1.1 openssl libc6 libc-bin libsystemd0 libudev1 zlib1g
21+ RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates mount nfs-common netbase
2522
2623ENTRYPOINT ["/nfsplugin" ]
You can’t perform that action at this time.
0 commit comments