Skip to content

Commit

Permalink
chore: update to buster, matching the builder (#109)
Browse files Browse the repository at this point in the history
- update tempfile/[email protected] per RUSTSEC advisories
- clippy updates

SVCSE-1136
  • Loading branch information
pjenvey authored Mar 16, 2023
1 parent 2fd37e6 commit 873a309
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 37 deletions.
194 changes: 161 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN \
cp -r /app/channelserver/mmdb /app/mmdb && \
cp /app/channelserver/version.json /app

FROM debian:stretch-slim
# FROM debian:stretch # for debugging docker build
FROM debian:buster-slim
# FROM debian:buster # for debugging docker build
RUN \
groupadd --gid 10001 app && \
useradd --uid 10001 --gid 10001 --home /app --create-home app && \
Expand Down
Loading

0 comments on commit 873a309

Please sign in to comment.