Skip to content

Commit

Permalink
fix: update to python slim base image
Browse files Browse the repository at this point in the history
  • Loading branch information
PGerardi authored Sep 11, 2023
1 parent ac97e6b commit 3491eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG PYTHON_VERSION=3.8
FROM python:$PYTHON_VERSION
FROM python:$PYTHON_VERSION-slim

# Install wget.
RUN apt-get update && \
Expand Down

0 comments on commit 3491eb1

Please sign in to comment.