Skip to content
Closed
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
2 changes: 1 addition & 1 deletion armv6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2021-2024 Compose Generator Contributors
# All rights reserved.

FROM alpine:3.23.2
FROM alpine:3.23.3

# Install alpine packages
RUN apk update && apk add --no-cache sudo=1.9.16_p2-r0 bash=5.2.37-r0 curl=8.11.1-r0 git=2.47.1-r0 npm=10.9.1-r0 yarn=1.22.22-r1 \
Expand Down