File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ LABEL maintainer "Tim Brust <github@timbrust.de>"
44ARG REFRESHED_AT
55ENV REFRESHED_AT $REFRESHED_AT
66
7- RUN apk -U upgrade \
7+ RUN echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.22/community >> /etc/apk/repositories \
8+ && echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.22/main >> /etc/apk/repositories \
9+ && apk -U upgrade \
810 && apk add --no-cache \
9- nodejs \
10- npm \
11+ ada-libs@old-stable \
12+ nodejs@old-stable \
13+ npm@old-stable \
1114 yarn
Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ LABEL maintainer "Tim Brust <github@timbrust.de>"
44ARG REFRESHED_AT
55ENV REFRESHED_AT $REFRESHED_AT
66
7- RUN apk -U upgrade \
7+ RUN echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.22/community >> /etc/apk/repositories \
8+ && echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.22/main >> /etc/apk/repositories \
9+ && apk -U upgrade \
810 && apk add --no-cache \
9- nodejs \
10- npm \
11+ ada-libs@old-stable \
12+ nodejs@old-stable \
13+ npm@old-stable \
1114 yarn
Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ LABEL maintainer "Tim Brust <github@timbrust.de>"
44ARG REFRESHED_AT
55ENV REFRESHED_AT $REFRESHED_AT
66
7- RUN apk -U upgrade \
7+ RUN echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.22/community >> /etc/apk/repositories \
8+ && echo @old-stable https://dl-cdn.alpinelinux.org/alpine/v3.22/main >> /etc/apk/repositories \
9+ && apk -U upgrade \
810 && apk add --no-cache \
9- nodejs \
10- npm \
11+ ada-libs@old-stable \
12+ nodejs@old-stable \
13+ npm@old-stable \
1114 yarn
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2025 Tim Brust
3+ Copyright (c) 2026 Tim Brust
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments