Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse authored Jan 3, 2024
1 parent f9a6ef8 commit 2cd0d79
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 @@ -5,7 +5,7 @@ ARG github_token
ARG CARGO_NET_GIT_FETCH_WITH_CLI=true
RUN git config --global credential.helper store && echo "https://zefanjajobse:${github_token}@github.com" > ~/.git-credentials && cargo install --path .

FROM debian:bullseye-slim
FROM debian:bookworm-slim

ENV token default_token_value
ENV server_name default_server_name_value
Expand Down

0 comments on commit 2cd0d79

Please sign in to comment.