We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d7f9a commit 4aa46c8Copy full SHA for 4aa46c8
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ RUN go mod download
5
ADD . /csi/
6
RUN CGO_ENABLED=0 go build -o driver.bin github.com/hetznercloud/csi-driver/cmd/driver
7
8
-FROM alpine:3.10
+FROM alpine:3.12
9
RUN apk add --no-cache ca-certificates e2fsprogs xfsprogs blkid xfsprogs-extra e2fsprogs-extra
10
COPY --from=builder /csi/driver.bin /bin/hcloud-csi-driver
11
ENTRYPOINT ["/bin/hcloud-csi-driver"]
0 commit comments