Browse Source

upgrade alpine base image from v3.18.5 to v3.19.0 including upgrade of gettext-envsubst package from v0.21.1-r7 to v0.22.3-r0

https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=blob;f=NEWS;h=2e96a61208d17ce0a079e2b93b68db0306d0c0a5;hb=e1381b84beaf968909a64e9785c4d63d82784670
https://git.alpinelinux.org/aports/commit/main/gettext?h=3.19-stable&id=e8af0a7d4e7065b2fb71dfd564f993b8ab59dfd0
https://git.alpinelinux.org/aports/commit/main/gettext?h=3.19-stable&id=2ea0cfafdde9ec5bc0b013f097a69a7604d97105
https://git.alpinelinux.org/aports/commit/main/gettext?h=3.19-stable&id=d37482ea98fa33c8ae03e265ef1a97aff97a0fae
https://git.alpinelinux.org/aports/commit/main/gettext?h=3.19-stable&id=76612307651b36101d092f73f750247a158171ba
https://git.alpinelinux.org/aports/commit/main/gettext?h=3.19-stable&id=25d87f81031b366bcc7ffd5d52aada4464564106
https://git.alpinelinux.org/aports/commit/main/gettext?h=3.19-stable&id=a182255cc49300c4374837cb6a4177d1f79d4ffa
Fabian Peter Hammerle 4 months ago
parent
commit
f78e1fcde0
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Dockerfile

+ 4 - 4
Dockerfile

@@ -1,10 +1,10 @@
-FROM docker.io/alpine:3.18.5
+FROM docker.io/alpine:3.19.0
 
-# https://git.alpinelinux.org/aports/log/main/gettext?h=3.18-stable
-ARG GETTEXT_PACKAGE_VERSION=0.21.1-r7
+# https://git.alpinelinux.org/aports/log/main/gettext?h=3.19-stable
+ARG GETTEXT_PACKAGE_VERSION=0.22.3-r0
 # 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.18-stable
+# https://git.alpinelinux.org/aports/log/community/tor?h=3.19-stable
 ARG TOR_PACKAGE_VERSION=0.4.8.10-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \