🔧 Update Dockerfiles across all Alpine versions 🔧

- Modified main Dockerfile and edge variant
- Updated version-specific Dockerfiles for Alpine 3.14 through 3.23
- Applied consistent changes across all supported Alpine releases

Dockerfile
Dockerfile.3.14
Dockerfile.3.15
Dockerfile.3.16
Dockerfile.3.17
Dockerfile.3.18
Dockerfile.3.19
Dockerfile.3.20
Dockerfile.3.21
Dockerfile.3.22
Dockerfile.3.23
Dockerfile.edge
This commit is contained in:
2026-05-06 06:52:54 -04:00
parent 0581abd00f
commit 9666b3ace6
12 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ COPY ./rootfs/. /
RUN set -e; \
echo 'Installing packages' && \
apk update && apk add --no-cache ${PACK_LIST}
apk update && apk upgrade --no-cache && apk add --no-cache ${PACK_LIST}
RUN set -e; \
echo 'Running initial scripts' && \