Skip to content

Commit df8b883

Browse files
committed
common: bump golang 1.22.7 and bci image 15.6
Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
1 parent 57ed509 commit df8b883

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile.dapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM golang:1.22-bookworm
2+
FROM golang:1.22.7-bookworm
33

44
ARG DAPPER_HOST_ARCH
55
ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/harvester/csi-driver-lvm
22

3-
go 1.22.5
3+
go 1.22.7
44

55
require (
66
github.com/container-storage-interface/spec v1.9.0

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.7.0
22

3-
FROM registry.suse.com/bci/bci-base:15.5
3+
FROM registry.suse.com/bci/bci-base:15.6
44

55
RUN zypper -n rm container-suseconnect && \
66
zypper -n install util-linux-systemd lvm2 e2fsprogs nvme-cli device-mapper xfsprogs && \

package/Dockerfile.provisioner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.7.0
22

3-
FROM registry.suse.com/bci/bci-base:15.5
3+
FROM registry.suse.com/bci/bci-base:15.6
44

55
RUN zypper -n rm container-suseconnect && \
66
zypper -n install lvm2 e2fsprogs smartmontools nvme-cli device-mapper && \

0 commit comments

Comments
 (0)