Skip to content

Commit 9a7388f

Browse files
Merge pull request #263 from emiran-orange/262-fix-alpine-version
chore(build) Bump alpine version from 3.14.8 to 3.18.4
2 parents 45ebdf6 + d6309a5 commit 9a7388f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildscripts/lvm-driver/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM alpine:3.14.8
15+
FROM alpine:3.18.4
1616
RUN apk add --no-cache lvm2 lvm2-extra util-linux device-mapper
1717
RUN apk add --no-cache btrfs-progs xfsprogs xfsprogs-extra e2fsprogs e2fsprogs-extra
1818
RUN apk add --no-cache ca-certificates libc6-compat

buildscripts/lvm-driver/Dockerfile.buildx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ COPY . .
4141

4242
RUN make buildx.csi-driver
4343

44-
FROM alpine:3.14.8
44+
FROM alpine:3.18.4
4545
RUN apk add --no-cache lvm2 lvm2-extra util-linux device-mapper
4646
RUN apk add --no-cache btrfs-progs xfsprogs xfsprogs-extra e2fsprogs e2fsprogs-extra
4747
RUN apk add --no-cache ca-certificates libc6-compat

0 commit comments

Comments
 (0)