2281: Update alpine-linux to 3.14.4 - OpenSSL security FIX r=mergify[bot] a=willofr ## What type of PR? Security fix ## What does this PR do? Update Dockerfiles to use alpine-linux 3.14.4 which contains a security fix for openssl https://alpinelinux.org/posts/Alpine-3.12.10-3.13.8-3.14.4-released.html ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. 2285: Update names of language json files r=mergify[bot] a=ghostwheel42 ## What type of PR? bug-fix ## What does this PR do? language json files of datatables i18n have been renamed this updates the mappings to the current names 2286: Fix typo in Traefik reverse proxy docs r=mergify[bot] a=ghostwheel42 Slight typo in the Traefik reverse proxy docs. Found through running into the issue on my own instance. ## What type of PR? documentation ## What does this PR do? Adds #2282 to master 2287: Fix typo in docs: cert not certs r=mergify[bot] a=ghostwheel42 ## What type of PR? documentation ## What does this PR do? just a typo Co-authored-by: Will <will@packer-output-c8fcfb40-3d93-4475-8f87-e14a9dd683b6> Co-authored-by: willofr <willofr@users.noreply.github.com> Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com> Co-authored-by: DAHPr0gram3r <cbillwork02@gmail.com>master
commit
8cc91bad75
@ -1,6 +1,6 @@
|
||||
# This is an idle image to dynamically replace any component if disabled.
|
||||
|
||||
ARG DISTRO=alpine:3.14.3
|
||||
ARG DISTRO=alpine:3.14.4
|
||||
FROM $DISTRO
|
||||
|
||||
CMD sleep 1000000d
|
||||
|
@ -0,0 +1 @@
|
||||
Update to Alpine Linux 3.14.4 which contains a security fix for openssl.
|
Loading…
Reference in New Issue