3 Commits 1136c9ac32 ... bf66cf54c9

Auteur SHA1 Message Date
  Fabian Peter Hammerle bf66cf54c9 upgrade tor package from v0.4.8.21-r0 to v0.4.8.22-r0 il y a 1 mois
  dependabot[bot] 11735138a0 build(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 (#138) il y a 1 mois
  dependabot[bot] 101f690749 build(deps): bump alpine from 3.23.0 to 3.23.2 (#137) il y a 2 mois
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1 1
      .github/workflows/container-image.yml
  2. 2 2
      Dockerfile

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

@@ -31,7 +31,7 @@ jobs:
         registry: ghcr.io
         username: ${{ github.actor }}
         password: ${{ secrets.GITHUB_TOKEN }}
-    - uses: docker/setup-buildx-action@v3.11.1
+    - uses: docker/setup-buildx-action@v3.12.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. [...]

+ 2 - 2
Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.io/alpine:3.23.0
+FROM docker.io/alpine:3.23.2
 
 # https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=blob_plain;f=NEWS;hb=master
 # https://git.alpinelinux.org/aports/log/main/gettext?h=3.23-stable
@@ -6,7 +6,7 @@ ARG GETTEXT_PACKAGE_VERSION=0.24.1-r1
 # https://gitweb.torproject.org/tor.git/plain/ChangeLog
 # https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes
 # https://git.alpinelinux.org/aports/log/community/tor?h=3.23-stable
-ARG TOR_PACKAGE_VERSION=0.4.8.21-r0
+ARG TOR_PACKAGE_VERSION=0.4.8.22-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext-envsubst=$GETTEXT_PACKAGE_VERSION \