Skip to content

Commit 66feb75

Browse files
committed
chore(deps): alpine 3.22.2->3.23.0
1 parent fc1abe4 commit 66feb75

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/test-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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: |

container/alpine/Containerfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2023-2025 David Rabkin
22
# SPDX-License-Identifier: 0BSD
33
FROM ghcr.io/rdavid/goredoer:0.9.20251111 as goredoer
4-
FROM alpine:3.22.2
4+
FROM alpine:3.23.0
55
LABEL maintainer=David\ Rabkin\ <david@rabkin.co.il>
66
ENV \
77
CM_BIN=/usr/local/bin/checkmake \
@@ -15,26 +15,26 @@ WORKDIR /bin
1515
COPY --from=goredoer /goredo .
1616
RUN \
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" \

0 commit comments

Comments
 (0)