Skip to content

Commit 4aa46c8

Browse files
authored
Update Alpine Linux to 3.12 (#157)
1 parent 16d7f9a commit 4aa46c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN go mod download
55
ADD . /csi/
66
RUN CGO_ENABLED=0 go build -o driver.bin github.com/hetznercloud/csi-driver/cmd/driver
77

8-
FROM alpine:3.10
8+
FROM alpine:3.12
99
RUN apk add --no-cache ca-certificates e2fsprogs xfsprogs blkid xfsprogs-extra e2fsprogs-extra
1010
COPY --from=builder /csi/driver.bin /bin/hcloud-csi-driver
1111
ENTRYPOINT ["/bin/hcloud-csi-driver"]

0 commit comments

Comments
 (0)