Skip to content

Commit 5fce163

Browse files
raulcdkou
authored andcommitted
GH-47052: [CI] Use alpine linux 3.20 instead of 3.18
1 parent 80addfa commit 5fce163

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ULIMIT_CORE=-1
4747

4848
# Default versions for platforms
4949
ALMALINUX=8
50-
ALPINE_LINUX=3.18
50+
ALPINE_LINUX=3.20
5151
DEBIAN=12
5252
FEDORA=42
5353
UBUNTU=22.04

ci/docker/alpine-linux-3.18-cpp.dockerfile renamed to ci/docker/alpine-linux-3.20-cpp.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
ARG arch=amd64
19-
FROM ${arch}/alpine:3.18
19+
FROM ${arch}/alpine:3.20
2020

2121
RUN apk add \
2222
apache-orc-dev \

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ services:
219219
# docker compose build alpine-linux-cpp
220220
# docker compose run --rm alpine-linux-cpp
221221
# Parameters:
222-
# ALPINE_LINUX: 3.18
222+
# ALPINE_LINUX: 3.20
223223
# ARCH: amd64, arm64v8, ...
224224
image: ${REPO}:${ARCH}-alpine-linux-${ALPINE_LINUX}-cpp
225225
build:

0 commit comments

Comments
 (0)