File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.0 .0
15
+ FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.1 .0
16
16
17
17
ARG ARCH=amd64
18
18
COPY ./_output/${ARCH}/blobplugin /blobplugin
19
19
20
20
RUN apt update && apt-mark unhold libcap2
21
21
RUN clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase
22
22
# install updated packages to fix CVE issues
23
- RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libgmp10
23
+ RUN clean-install libgmp10 bsdutils
24
24
RUN mkdir /blobfuse-proxy/
25
25
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
26
26
# for compatibility, remove this after v1.6.0 release (todo)
You can’t perform that action at this time.
0 commit comments