mirror of
https://github.com/Mailu/Mailu.git
synced 2025-04-04 22:14:18 +02:00
Merge #3623
3623: alpine 3.20.3 (backport #3622) r=mergify[bot] a=mergify[bot] ## What type of PR? bug-fix ## What does this PR do? Upgrade from alpine 3.20.0 to alpine 3.20.3 ; We need a fix for [CVE-2024-5535](https://security.alpinelinux.org/vuln/CVE-2024-5535) ### Related issue(s) ## 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. - [ ] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. <hr>This is an automatic backport of pull request #3622 done by [Mergify](https://mergify.com). Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
This commit is contained in:
commit
cfae470cbb
@ -3,7 +3,7 @@
|
||||
# base system image (intermediate)
|
||||
# Note when updating the alpine tag, first manually run the workflow .github/workflows/mirror.yml.
|
||||
# Just run the workflow with the tag that must be synchronised.
|
||||
ARG DISTRO=ghcr.io/mailu/alpine:3.20
|
||||
ARG DISTRO=ghcr.io/mailu/alpine:3.20.3
|
||||
FROM $DISTRO as system
|
||||
|
||||
ENV TZ=Etc/UTC LANG=C.UTF-8
|
||||
|
1
towncrier/newsfragments/3622.misc
Normal file
1
towncrier/newsfragments/3622.misc
Normal file
@ -0,0 +1 @@
|
||||
Upgrade to alpine 3.20.3
|
Loading…
x
Reference in New Issue
Block a user