Skip to content

Commit

Permalink
update alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
ostempel committed Dec 13, 2024
1 parent 2a03945 commit 1ffd4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . .
RUN make install \
&& strip /go/bin/gardener-extension-csi-driver-lvm

FROM alpine:3.20
FROM alpine:3.21
WORKDIR /
COPY charts /charts
COPY --from=builder /go/bin/gardener-extension-csi-driver-lvm /gardener-extension-csi-driver-lvm
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine:3.20
FROM alpine:3.21
COPY bin/gardener-extension-csi-driver-lvm /gardener-extension-csi-driver-lvm
CMD ["/gardener-extension-csi-driver-lvm"]

0 comments on commit 1ffd4a8

Please sign in to comment.