diff --git a/Dockerfile b/Dockerfile index c242da0..b2d2428 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20-alpine as builder +FROM golang:1.22-alpine as builder COPY src /fuse-device-plugin WORKDIR /fuse-device-plugin