We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1abe4 commit c000021Copy full SHA for c000021
container/alpine/Containerfile
@@ -1,7 +1,7 @@
1
# SPDX-FileCopyrightText: 2023-2025 David Rabkin
2
# SPDX-License-Identifier: 0BSD
3
FROM ghcr.io/rdavid/goredoer:0.9.20251111 as goredoer
4
-FROM alpine:3.22.2
+FROM alpine:3.23.0
5
LABEL maintainer=David\ Rabkin\ <david@rabkin.co.il>
6
ENV \
7
CM_BIN=/usr/local/bin/checkmake \
@@ -15,7 +15,7 @@ WORKDIR /bin
15
COPY --from=goredoer /goredo .
16
RUN \
17
apk add --no-cache --update \
18
-# actionlint~=1.7 \
+ actionlint~=1.7 \
19
bash~=5.2 \
20
coreutils~=9.7 \
21
curl~=8.14 \
0 commit comments