Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#FROM python:3
FROM python:3.11.6-alpine
# use python:3.11.0rc2-slim for less vulnerabilities ? (from `docker scan`)
# use python:3.8.6 for no pip dependencies build errors ?
# use python:alpine for reduced size
# => python:3.8.6-alpine
#FROM python:3 # use alpine for reduced size
FROM python:3.11.8-alpine

WORKDIR /usr/src/ulbdiscordbot

Expand Down