File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
- FROM golang:1.22-bookworm
2
+ FROM golang:1.22.7 -bookworm
3
3
4
4
ARG DAPPER_HOST_ARCH
5
5
ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH}
Original file line number Diff line number Diff line change 1
1
module github.com/harvester/csi-driver-lvm
2
2
3
- go 1.22.5
3
+ go 1.22.7
4
4
5
5
require (
6
6
github.com/container-storage-interface/spec v1.9.0
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.7.0
2
2
3
- FROM registry.suse.com/bci/bci-base:15.5
3
+ FROM registry.suse.com/bci/bci-base:15.6
4
4
5
5
RUN zypper -n rm container-suseconnect && \
6
6
zypper -n install util-linux-systemd lvm2 e2fsprogs nvme-cli device-mapper xfsprogs && \
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.7.0
2
2
3
- FROM registry.suse.com/bci/bci-base:15.5
3
+ FROM registry.suse.com/bci/bci-base:15.6
4
4
5
5
RUN zypper -n rm container-suseconnect && \
6
6
zypper -n install lvm2 e2fsprogs smartmontools nvme-cli device-mapper && \
You can’t perform that action at this time.
0 commit comments