Skip to content

Commit 3fc4e12

Browse files
committed
feat: use slim-bullseye instead of bullseye
1 parent 528a06f commit 3fc4e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM python:3.10-bullseye
1+
FROM python:3.10-slim-bullseye
22
LABEL maintainer="[email protected]"
3-
LABEL description="Python 3.10-bullseye plus texlive and pandoc"
3+
LABEL description="Python 3.10-slim-bullseye plus texlive and pandoc"
44

55
RUN set -eux; \
66
apt-get update; \

0 commit comments

Comments
 (0)