Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Oct 30, 2024
1 parent ecfc0a0 commit 8949101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM webdevops/php-nginx:7.4-alpine
FROM webdevops/php-nginx:8.2-alpine

## docker build --build-arg=IN_CHINA=true .
ARG IN_CHINA=false

# 环境变量
ENV SHOWDOC_DOCKER_VERSION 2.4
ENV SHOWDOC_DOCKER_VERSION 2.5
ENV IN_CHINA=${IN_CHINA}

WORKDIR /showdoc_data/html
Expand Down

0 comments on commit 8949101

Please sign in to comment.