Skip to content

Commit

Permalink
Use alpine 3.18 which ahs CMake==3.26.5 > 3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 30, 2024
1 parent 9443c08 commit 5afa5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/alpine-linux-3.16-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

ARG arch=amd64
FROM ${arch}/alpine:3.16
FROM ${arch}/alpine:3.18

RUN apk add \
bash \
Expand Down

0 comments on commit 5afa5f7

Please sign in to comment.