diff --git a/cmd/cloudscale-csi-plugin/Dockerfile b/cmd/cloudscale-csi-plugin/Dockerfile index e4db04c3..33f12f67 100644 --- a/cmd/cloudscale-csi-plugin/Dockerfile +++ b/cmd/cloudscale-csi-plugin/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.23.0 +FROM alpine:3.23.2 # e2fsprogs-extra is required for resize2fs used for the resize operation # blkid: block device identification tool from util-linux