forked from kemitix/git-next
build: upgrade docker image to use debian:stable-20240722-slim
This commit is contained in:
parent
c27d891b65
commit
c6e3d714a7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ COPY . .
|
||||||
RUN cargo build --release --bin git-next && \
|
RUN cargo build --release --bin git-next && \
|
||||||
strip target/release/git-next
|
strip target/release/git-next
|
||||||
|
|
||||||
FROM docker.io/debian:stable-20240701-slim AS runtime
|
FROM docker.io/debian:stable-20240722-slim AS runtime
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install --no-install-recommends -y \
|
apt-get install --no-install-recommends -y \
|
||||||
|
|
Loading…
Reference in a new issue