Skip to content

Commit

Permalink
Sync from khs1994-docker/lnmp@c5e4285 by PCIT
Browse files Browse the repository at this point in the history
  • Loading branch information
khs1994 committed Nov 23, 2024
1 parent bd014c7 commit b10e82d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 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

0 comments on commit b10e82d

Please sign in to comment.