File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1515 os :
1616 - macos-14
1717 - macos-15
18- - macos-15-intel
18+ # - macos-15-intel
1919 steps :
2020 - uses : actions/checkout@v6
2121 - run : |
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2023-2025 David Rabkin
22# SPDX-License-Identifier: 0BSD
33FROM ghcr.io/rdavid/goredoer:0.9.20251111 as goredoer
4- FROM alpine:3.22.2
4+ FROM alpine:3.23.0
55LABEL maintainer=David\ Rabkin\ <david@rabkin.co.il>
66ENV \
77 CM_BIN=/usr/local/bin/checkmake \
@@ -15,26 +15,26 @@ WORKDIR /bin
1515COPY --from=goredoer /goredo .
1616RUN \
1717 apk add --no-cache --update \
18- # actionlint~=1.7 \
19- bash~=5.2 \
20- coreutils~=9.7 \
21- curl~=8.14 \
18+ actionlint~=1.7 \
19+ bash~=5.3 \
20+ coreutils~=9.8 \
21+ curl~=8.17 \
2222 dash~=0.5 \
2323 fish~=4.0 \
2424 grep~=3.12 \
25- loksh~=7.7 \
26- oksh~=7.7 \
27- perl-utils~=5.40 \
28- reuse~=5.0 \
29- shellcheck~=0.10 \
25+ loksh~=7.8 \
26+ oksh~=7.8 \
27+ perl-utils~=5.42 \
28+ reuse~=5.1 \
29+ shellcheck~=0.11 \
3030 shfmt~=3.11 \
3131 tcsh~=6.24 \
3232 typos~=1.40 \
3333 tzdata~=2025 \
3434 util-linux~=2 \
35- vale-doc~=3.11 \
35+ vale-doc~=3.13 \
3636 yamllint~=1.37 \
37- yash~=2.58 \
37+ yash~=2.60 \
3838 zsh~=5.9 \
3939 && rm -rf /var/cache/apk/* \
4040 && adduser -D -u 1001 "$USER" "$USER" \
You can’t perform that action at this time.
0 commit comments