Skip to content

Commit f5f87ee

Browse files
authored
Merge pull request #458 from andyzhangx/upgrade-base-image
chore: upgrade base image
2 parents fd02a10 + c4d707f commit f5f87ee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pkg/smbplugin/Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
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

2219
LABEL maintainers="andyzhangx"
2320
LABEL description="SMB CSI Driver"

0 commit comments

Comments
 (0)