15 Ревизии 97609ec5d6 ... 9f4f295029

Автор SHA1 Съобщение Дата
  Fabian Peter Hammerle 9f4f295029 pipeline: upgrade runner from ubuntu v20.04 to v24.04 преди 3 седмици
  dependabot[bot] 72f1c09eb7 Bump docker/setup-qemu-action from 3.5.0 to 3.6.0 (#111) преди 2 месеца
  dependabot[bot] 37f253ff7c Bump docker/setup-buildx-action from 3.9.0 to 3.10.0 (#109) преди 2 месеца
  dependabot[bot] f5d22df1c7 Bump docker/setup-qemu-action from 3.4.0 to 3.5.0 (#108) преди 2 месеца
  dependabot[bot] 22c109c8fb Bump docker/build-push-action from 6.14.0 to 6.15.0 (#110) преди 2 месеца
  dependabot[bot] c53bfcf7aa Bump docker/build-push-action from 6.13.0 to 6.14.0 (#106) преди 2 месеца
  dependabot[bot] b1caec0a73 Bump alpine from 3.21.2 to 3.21.3 (#107) преди 2 месеца
  dependabot[bot] 6b67877f68 Bump docker/setup-qemu-action from 3.3.0 to 3.4.0 (#104) преди 3 месеца
  dependabot[bot] a303058ad6 Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 (#105) преди 3 месеца
  dependabot[bot] 76d100ca98 Bump docker/build-push-action from 6.12.0 to 6.13.0 (#103) преди 3 месеца
  dependabot[bot] e416a7de0f Bump docker/build-push-action from 6.11.0 to 6.12.0 (#102) преди 3 месеца
  dependabot[bot] 09c3eb1b30 Bump docker/setup-qemu-action from 3.2.0 to 3.3.0 (#100) преди 4 месеца
  dependabot[bot] 305a32a171 Bump alpine from 3.21.0 to 3.21.2 (#99) преди 4 месеца
  dependabot[bot] 25287cfa8e Bump docker/build-push-action from 6.10.0 to 6.11.0 (#101) преди 4 месеца
  dependabot[bot] c96fa24738 Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 (#98) преди 4 месеца
променени са 2 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 4 4
      .github/workflows/container-image.yml
  2. 1 1
      Dockerfile

+ 4 - 4
.github/workflows/container-image.yml

@@ -10,16 +10,16 @@ on:
 
 
 jobs:
 jobs:
   docker-build:
   docker-build:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-24.04
     steps:
     steps:
-    - uses: docker/setup-qemu-action@v3.2.0
-    - uses: docker/setup-buildx-action@v3.7.1
+    - uses: docker/setup-qemu-action@v3.6.0
+    - uses: docker/setup-buildx-action@v3.10.0
     # > By default, this action uses the Git context so you don't need to use
     # > By default, this action uses the Git context so you don't need to use
     # > the actions/checkout action to checkout the repository because this
     # > the actions/checkout action to checkout the repository because this
     # > will be done directly by buildkit. [...]
     # > will be done directly by buildkit. [...]
     # > any file mutation in the steps that precede [...] will be ignored
     # > any file mutation in the steps that precede [...] will be ignored
     # https://github.com/marketplace/actions/build-and-push-docker-images
     # https://github.com/marketplace/actions/build-and-push-docker-images
-    - uses: docker/build-push-action@v6.10.0
+    - uses: docker/build-push-action@v6.15.0
       with:
       with:
         platforms: |
         platforms: |
           linux/amd64
           linux/amd64

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.io/alpine:3.21.0
+FROM docker.io/alpine:3.21.3
 
 
 # https://github.com/roehling/postsrsd/blob/main/CHANGELOG.rst
 # https://github.com/roehling/postsrsd/blob/main/CHANGELOG.rst
 # https://git.alpinelinux.org/aports/log/community/postsrsd?h=3.21-stable
 # https://git.alpinelinux.org/aports/log/community/postsrsd?h=3.21-stable