Skip to content

Commit

Permalink
chore(CVE-2022-0778) Update to latest to pull in security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bkochendorfer committed May 3, 2022
1 parent 205c87a commit ecf6559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /usr/src/app
COPY . .
RUN cargo build --release

FROM debian:10-slim
FROM debian:11-slim

RUN apt-get update && apt-get install -y \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:10-slim
FROM debian:11-slim

RUN apt-get update && apt-get install -y \
ca-certificates \
Expand Down

0 comments on commit ecf6559

Please sign in to comment.