Skip to content

Commit

Permalink
[Acme.sh] Update to v3.1.0 [sync git]
Browse files Browse the repository at this point in the history
  • Loading branch information
khs1994 committed Nov 23, 2024
1 parent 40f666c commit c5e4285
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ $ ./lnmp-docker down

|Name|Docker Image|Version|Based|
|:-- |:-- |:-- |:-- |
|[ACME.sh](https://github.com/acmesh-official/acme.sh) |`khs1994/acme:3.0.2` | **3.0.2** |`alpine:3.20` |
|[ACME.sh](https://github.com/acmesh-official/acme.sh) |`khs1994/acme:3.1.0` | **3.1.0** |`alpine:3.20` |
|[NGINX](https://github.com/docker-library/docs/tree/master/nginx) |`nginx:1.27.0-alpine` | **1.27.0** |`alpine:3.19` |
|[NGINX Unit](https://github.com/nginx/unit) |`khs1994/php:8.3.12-unit-alpine`| **1.30.0** |`alpine:3.20` |
|[HTTPD](https://github.com/docker-library/docs/tree/master/httpd) |`httpd:2.4.53-alpine` | **2.4.53** |`alpine:3.16` |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Please see [Documents](https://github.com/khs1994-docker/lnmp/tree/master/docs#%

|Name|Docker Image|Version|Based|
|:-- |:-- |:-- |:-- |
|[ACME.sh](https://github.com/acmesh-official/acme.sh) |`khs1994/acme:3.0.2` | **3.0.2** |`alpine:3.20` |
|[ACME.sh](https://github.com/acmesh-official/acme.sh) |`khs1994/acme:3.1.0` | **3.1.0** |`alpine:3.20` |
|[NGINX](https://github.com/docker-library/docs/tree/master/nginx) |`nginx:1.27.0-alpine` | **1.27.0** |`alpine:3.19` |
|[NGINX Unit](https://github.com/nginx/unit) |`khs1994/php:8.3.12-unit-alpine`| **1.30.0** |`alpine:3.20` |
|[HTTPD](https://github.com/docker-library/docs/tree/master/httpd) |`httpd:2.4.53-alpine` | **2.4.53** |`alpine:3.16` |
Expand Down
2 changes: 1 addition & 1 deletion dockerfile/acme.sh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.20

LABEL maintainer="khs1994-docker/lnmp <[email protected]>"

ENV ACME_SH_VERSION=3.0.2 \
ENV ACME_SH_VERSION=3.1.0 \
AUTO_UPGRADE=1 \
LE_CONFIG_HOME=/acme.sh

Expand Down
2 changes: 1 addition & 1 deletion dockerfile/acme.sh/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:

acme:
build: .
image: khs1994/acme:${ACME_VERSION:-3.0.2}
image: khs1994/acme:${ACME_VERSION:-3.1.0}
env_file:
- ./.env
volumes:
Expand Down
2 changes: 1 addition & 1 deletion dockerfile/sync/docker-image-sync-main.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dest": "library-mirror/phpmyadmin:fpm-alpine"
},
{
"source": "khs1994/acme:3.0.2"
"source": "khs1994/acme:3.1.0"
},
{
"source": "khs1994/tls"
Expand Down
2 changes: 1 addition & 1 deletion dockerfile/sync/docker-image-sync.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"dest": "dockerpracticesig/docker_practice:us-en"
},
{
"source": "khs1994/acme:3.0.2"
"source": "khs1994/acme:3.1.0"
},
{
"source": "khs1994/tls"
Expand Down
2 changes: 1 addition & 1 deletion scripts/cli/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# 项目版本号

LNMP_VERSION=v23.11
ACME_VERSION=3.0.2
ACME_VERSION=3.1.0
2 changes: 1 addition & 1 deletion scripts/docker-compose.bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
image: gogs/gogs:0.13

acme.sh:
image: neilpang/acme.sh:3.0.2
image: neilpang/acme.sh:3.1.0

powershell:
image:
Expand Down

0 comments on commit c5e4285

Please sign in to comment.