Skip to content

Commit 3491eb1

Browse files
authored
fix: update to python slim base image
1 parent ac97e6b commit 3491eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22
ARG PYTHON_VERSION=3.8
3-
FROM python:$PYTHON_VERSION
3+
FROM python:$PYTHON_VERSION-slim
44

55
# Install wget.
66
RUN apt-get update && \

0 commit comments

Comments
 (0)