Skip to content

Commit

Permalink
updated docker base image to alpine:3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey1330 committed Oct 22, 2024
1 parent 5c9742b commit de3934a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# XXX: pin alpine to 3.8 with e2fsprogs-1.44
# e2fsprogs-1.45+ crashes my test vm when running mkfs.ext4
FROM alpine:3.8
FROM alpine:3.18
LABEL maintainers="SPDK-CSI Authors"
LABEL description="SPDK-CSI Plugin"

Expand Down

0 comments on commit de3934a

Please sign in to comment.