Skip to content

Commit c000021

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

container/alpine/Containerfile

Lines changed: 2 additions & 2 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,7 +15,7 @@ WORKDIR /bin
1515
COPY --from=goredoer /goredo .
1616
RUN \
1717
apk add --no-cache --update \
18-
# actionlint~=1.7 \
18+
actionlint~=1.7 \
1919
bash~=5.2 \
2020
coreutils~=9.7 \
2121
curl~=8.14 \

0 commit comments

Comments
 (0)