Browse Source

upgrade alpine base image to v3.23.0

Fabian Peter Hammerle 3 weeks ago
parent
commit
1136c9ac32
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Dockerfile

+ 4 - 4
Dockerfile

@@ -1,11 +1,11 @@
-FROM docker.io/alpine:3.22.2
+FROM docker.io/alpine:3.23.0
 
 # 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.22-stable
-ARG GETTEXT_PACKAGE_VERSION=0.24.1-r0
+# https://git.alpinelinux.org/aports/log/main/gettext?h=3.23-stable
+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.22-stable
+# https://git.alpinelinux.org/aports/log/community/tor?h=3.23-stable
 ARG TOR_PACKAGE_VERSION=0.4.8.21-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \