Skip to content

Commit

Permalink
feat: use slim-bullseye instead of bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Sep 19, 2022
1 parent 528a06f commit 3fc4e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10-bullseye
FROM python:3.10-slim-bullseye
LABEL maintainer="victormiti@umusebo.com"
LABEL description="Python 3.10-bullseye plus texlive and pandoc"
LABEL description="Python 3.10-slim-bullseye plus texlive and pandoc"

RUN set -eux; \
apt-get update; \
Expand Down

0 comments on commit 3fc4e12

Please sign in to comment.