mirror of
				https://github.com/optim-enterprises-bv/Mailu.git
				synced 2025-10-31 18:18:05 +00:00 
			
		
		
		
	alpine3.21.0
This commit is contained in:
		| @@ -3,7 +3,7 @@ | |||||||
| # base system image (intermediate) | # base system image (intermediate) | ||||||
| # Note when updating the alpine tag, first manually run the workflow .github/workflows/mirror.yml. | # 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. | # Just run the workflow with the tag that must be synchronised. | ||||||
| ARG DISTRO=ghcr.io/mailu/alpine:3.20.3 | ARG DISTRO=ghcr.io/mailu/alpine:3.21.0 | ||||||
| FROM $DISTRO as system | FROM $DISTRO as system | ||||||
|  |  | ||||||
| ENV TZ=Etc/UTC LANG=C.UTF-8 | ENV TZ=Etc/UTC LANG=C.UTF-8 | ||||||
|   | |||||||
| @@ -17,8 +17,7 @@ ARG VERSION | |||||||
| LABEL version=$VERSION | LABEL version=$VERSION | ||||||
|  |  | ||||||
| RUN set -euxo pipefail \ | RUN set -euxo pipefail \ | ||||||
|   ; apk add --no-cache certbot nginx nginx-mod-http-brotli nginx-mod-mail openssl \ |   ; apk add --no-cache certbot nginx nginx-mod-http-brotli nginx-mod-mail openssl dovecot-lua dovecot-pigeonhole-plugin 'dovecot-lmtpd<2.4' dovecot-pop3d dovecot-submissiond | ||||||
|   ; apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main dovecot-lua dovecot-pigeonhole-plugin 'dovecot-lmtpd<2.4' dovecot-pop3d dovecot-submissiond |  | ||||||
|  |  | ||||||
| COPY conf/ /conf/ | COPY conf/ /conf/ | ||||||
| COPY --from=static /static/ /static/ | COPY --from=static /static/ /static/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Florent Daigniere
					Florent Daigniere