Skip to content
Open
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN VERSION=${version} PLUGINS=${plugins} ENABLE_TELEMETRY=${enable_telemetry} /
#
# Final stage
#
FROM alpine:3.10
FROM alpine:3.22.1
Copy link

Copilot AI Jul 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Alpine version jump from 3.10 to 3.22.1 is significant (spanning multiple major versions). Consider verifying that all dependencies and package installations in subsequent layers are compatible with the newer Alpine version, as package names or availability may have changed.

Copilot uses AI. Check for mistakes.
LABEL maintainer "Abiola Ibrahim <abiola89@gmail.com>"

ARG version="1.0.3"
Expand Down