File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
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 alpine:3.14.8
15+ FROM alpine:3.18.4
1616RUN apk add --no-cache lvm2 lvm2-extra util-linux device-mapper
1717RUN apk add --no-cache btrfs-progs xfsprogs xfsprogs-extra e2fsprogs e2fsprogs-extra
1818RUN apk add --no-cache ca-certificates libc6-compat
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ COPY . .
4141
4242RUN make buildx.csi-driver
4343
44- FROM alpine:3.14.8
44+ FROM alpine:3.18.4
4545RUN apk add --no-cache lvm2 lvm2-extra util-linux device-mapper
4646RUN apk add --no-cache btrfs-progs xfsprogs xfsprogs-extra e2fsprogs e2fsprogs-extra
4747RUN apk add --no-cache ca-certificates libc6-compat
You can’t perform that action at this time.
0 commit comments