From 9fe7a95407b48aab337a8ca478c217c55f51cad4 Mon Sep 17 00:00:00 2001 From: paspo Date: Thu, 2 Oct 2025 09:06:56 +0200 Subject: [PATCH] alpinelinux upgrade --- .gitea/workflows/build_and_publish.yaml | 2 +- README.md | 2 +- src/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build_and_publish.yaml b/.gitea/workflows/build_and_publish.yaml index 3f545e5..20a08dc 100644 --- a/.gitea/workflows/build_and_publish.yaml +++ b/.gitea/workflows/build_and_publish.yaml @@ -50,7 +50,7 @@ jobs: --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10-${{ matrix.arch }} \ --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10.0.20-${{ matrix.arch }} \ --build-arg "GLPI_VERSION=10.0.20" \ - --build-arg "ALPINE_VERSION=3.21" \ + --build-arg "ALPINE_VERSION=3.22" \ --platform linux/${{ matrix.arch }} -f Dockerfile . docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10-${{ matrix.arch }} diff --git a/README.md b/README.md index 7a9a497..24345dc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Web server for GLPI deployment ```bash cd src -docker build -t docker.asperti.com/paspo/glpi --build-arg "ALPINE_VERSION=3.19" --build-arg "GLPI_VERSION=10.0.11" . +docker build -t docker.asperti.com/paspo/glpi --build-arg "ALPINE_VERSION=3.22" --build-arg "GLPI_VERSION=10.0.20" . ``` ## run diff --git a/src/Dockerfile b/src/Dockerfile index 9471917..1714ba1 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_VERSION=3.21 +ARG ALPINE_VERSION=3.22 FROM alpine:${ALPINE_VERSION} ARG GLPI_VERSION