Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions img/apk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.22.2 AS clang_layer
FROM alpine:3.23.3 AS clang_layer
RUN apk --no-cache add clang20-extra-tools
# RUN ldd /usr/bin/clang-format && exit 1

FROM alpine:3.22.2
FROM alpine:3.23.3

# hadolint ignore=DL3059
RUN adduser -D standards
Expand Down
2 changes: 1 addition & 1 deletion img/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go install github.com/mgechev/revive@latest \
&& go install github.com/yoheimuta/protolint/cmd/protolint@latest


FROM alpine:3.22.2
FROM alpine:3.23.3

RUN adduser -D standards

Expand Down
Loading