Skip to content

Commit

Permalink
Switch to clim docker images for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sinina committed Nov 2, 2021
1 parent 5fe81af commit 1bc4011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/nightly-package.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye
FROM debian:bullseye-slim

ENV DEBIAN_FRONTEND=noninteractive \
LANG=C.UTF-8 \
Expand Down
2 changes: 1 addition & 1 deletion ci/stable-package.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye
FROM debian:bullseye-slim

ENV DEBIAN_FRONTEND=noninteractive \
LANG=C.UTF-8 \
Expand Down

0 comments on commit 1bc4011

Please sign in to comment.