Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Nov 8, 2020
1 parent 95ebc72 commit 86fe01d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bayard-cli.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN set -ex \
RUN cargo install bayard-cli --root=./ --vers=${BAYARD_CLI_VERSION}


FROM debian:stretch-slim
FROM debian:buster-slim

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion bayard-rest.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN set -ex \
RUN cargo install bayard-rest --root=./ --vers=${BAYARD_REST_VERSION}


FROM debian:stretch-slim
FROM debian:buster-slim

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion bayard.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY ./etc ./etc
RUN cargo install bayard --root=./ --vers=${BAYARD_VERSION}


FROM debian:stretch-slim
FROM debian:buster-slim

WORKDIR /

Expand Down

0 comments on commit 86fe01d

Please sign in to comment.