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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY scripts/package.json ./
RUN npm install --omit=dev --ignore-scripts

# ── Stage 2: Runtime ──────────────────────────────────────────────────
FROM alpine:3.23
FROM alpine:3.24

RUN apk add --no-cache ca-certificates tzdata i2c-tools nodejs sqlite

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.fly
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ WORKDIR /opt/solanaos-scripts
COPY scripts/package.json ./
RUN npm install --omit=dev --ignore-scripts

FROM alpine:3.23
FROM alpine:3.24

RUN apk add --no-cache ca-certificates tzdata bash nodejs sqlite

Expand Down
Loading