Skip to content

Commit

Permalink
Bump base to debian 12
Browse files Browse the repository at this point in the history
  • Loading branch information
yuha0 committed Jan 28, 2024
1 parent c8eeb58 commit 7f43855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM build AS build-venv
COPY requirements.txt /requirements.txt
RUN /venv/bin/pip install --disable-pip-version-check -r /requirements.txt

FROM gcr.io/distroless/python3-debian11
FROM gcr.io/distroless/python3-debian12
COPY --from=build-venv /venv /venv
COPY ./cloudflare-ddns /app
WORKDIR /app
Expand Down

0 comments on commit 7f43855

Please sign in to comment.