Skip to content

Commit a066a50

Browse files
committed
build: bump alpine base container image version to 3.20.1
Signed-off-by: Niladri Halder <[email protected]>
1 parent eff0f6e commit a066a50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildscripts/lvm-driver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM alpine:3.18.4
15+
FROM alpine:3.20.1
1616
RUN apk add --no-cache lvm2 lvm2-extra util-linux device-mapper
1717
RUN apk add --no-cache btrfs-progs xfsprogs xfsprogs-extra e2fsprogs e2fsprogs-extra
1818
RUN apk add --no-cache ca-certificates libc6-compat

buildscripts/lvm-driver/Dockerfile.buildx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ COPY . .
4141

4242
RUN make buildx.csi-driver
4343

44-
FROM alpine:3.18.4
44+
FROM alpine:3.20.1
4545
RUN apk add --no-cache lvm2 lvm2-extra util-linux device-mapper
4646
RUN apk add --no-cache btrfs-progs xfsprogs xfsprogs-extra e2fsprogs e2fsprogs-extra
4747
RUN apk add --no-cache ca-certificates libc6-compat

0 commit comments

Comments
 (0)