Skip to content

Commit

Permalink
Sync from khs1994-docker/lnmp@40f666c by PCIT
Browse files Browse the repository at this point in the history
  • Loading branch information
khs1994 committed Nov 23, 2024
1 parent fec7a74 commit bd014c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.16
FROM alpine:3.20

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

ENV ACME_SH_VERSION=3.0.0 \
ENV ACME_SH_VERSION=3.0.2 \
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.0}
image: khs1994/acme:${ACME_VERSION:-3.0.2}
env_file:
- ./.env
volumes:
Expand Down

0 comments on commit bd014c7

Please sign in to comment.