6 Revīzijas 15f778fc29 ... 0619e1e833

Autors SHA1 Ziņojums Datums
  Fabian Peter Hammerle 0619e1e833 upgrade openssh-server package from v10.3_p1-r0 to v10.3_p1-r1 2 nedēļas atpakaļ
  dependabot[bot] 625a9143bb Bump docker/setup-buildx-action from 4.2.0 to 4.3.0 (#129) 1 mēnesi atpakaļ
  dependabot[bot] d7d45eb160 Bump docker/setup-buildx-action from 4.1.0 to 4.2.0 (#127) 2 mēneši atpakaļ
  dependabot[bot] c7228426db Bump docker/build-push-action from 7.2.0 to 7.3.0 (#128) 2 mēneši atpakaļ
  dependabot[bot] 2e3cda4653 Bump docker/setup-qemu-action from 4.1.0 to 4.2.0 (#126) 2 mēneši atpakaļ
  dependabot[bot] 534a1f00b9 Bump alpine from 3.24.0 to 3.24.1 (#125) 3 mēneši atpakaļ
2 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 3 3
      .github/workflows/container-image.yml
  2. 2 2
      Dockerfile

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

@@ -12,14 +12,14 @@ jobs:
   docker-build:
     runs-on: ubuntu-24.04
     steps:
-    - uses: docker/setup-qemu-action@v4.1.0
-    - uses: docker/setup-buildx-action@v4.1.0
+    - uses: docker/setup-qemu-action@v4.2.0
+    - uses: docker/setup-buildx-action@v4.3.0
     # > 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
     # > will be done directly by buildkit. [...]
     # > any file mutation in the steps that precede [...] will be ignored
     # https://github.com/marketplace/actions/build-and-push-docker-images
-    - uses: docker/build-push-action@v7.2.0
+    - uses: docker/build-push-action@v7.3.0
       with:
         platforms: |
           linux/amd64

+ 2 - 2
Dockerfile

@@ -1,11 +1,11 @@
-FROM docker.io/alpine:3.24.0
+FROM docker.io/alpine:3.24.1
 
 # https://www.borgbackup.org/releases/
 # https://git.alpinelinux.org/aports/log/community/borgbackup?h=3.24-stable
 ARG BORGBACKUP_PACKAGE_VERSION=1.4.4-r1
 # https://www.openssh.com/releasenotes.html
 # https://git.alpinelinux.org/aports/log/main/openssh?h=3.24-stable
-ARG OPENSSH_SERVER_PACKAGE_VERSION=10.3_p1-r0
+ARG OPENSSH_SERVER_PACKAGE_VERSION=10.3_p1-r1
 # https://git.alpinelinux.org/aports/log/community/tini?h=3.24-stable
 ARG TINI_PACKAGE_VERSION=0.19.0-r3
 ARG USER=borg