Skip to content
Snippets Groups Projects
Unverified Commit 4aa46c81 authored by Lukas Kämmerling's avatar Lukas Kämmerling Committed by GitHub
Browse files

Update Alpine Linux to 3.12 (#157)

parent 16d7f9af
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ RUN go mod download
ADD . /csi/
RUN CGO_ENABLED=0 go build -o driver.bin github.com/hetznercloud/csi-driver/cmd/driver
FROM alpine:3.10
FROM alpine:3.12
RUN apk add --no-cache ca-certificates e2fsprogs xfsprogs blkid xfsprogs-extra e2fsprogs-extra
COPY --from=builder /csi/driver.bin /bin/hcloud-csi-driver
ENTRYPOINT ["/bin/hcloud-csi-driver"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment