Skip to content

Commit

Permalink
Merge pull request #223 from kounoike:chore/fix-bullseye
Browse files Browse the repository at this point in the history
nginxイメージをbullseyeに固定(bookwormになっちゃってた)
  • Loading branch information
kounoike authored Jul 3, 2023
2 parents 5320b72 + bdeca98 commit a31549d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN curl -fsSL https://github.com/mcuadros/ofelia/archive/refs/tags/v0.3.7.tar.g
| tar xzvpf - --strip-components=1
RUN go build -o /usr/local/bin/ofelia

FROM nginx:latest AS runner
FROM nginx:stable-bullseye AS runner

ENV DEBIAN_FRONTEND=noninteractive

Expand All @@ -19,6 +19,7 @@ RUN set -ex && \
openssl \
python3 \
python3-pip \
python-is-python3 \
&& \
pip3 install supervisor && \
curl -fsSL https://tailscale.com/install.sh | sh && \
Expand Down

0 comments on commit a31549d

Please sign in to comment.