From 2109dd8b6fa0fdc96c02910870ad6ecc8fda9ab3 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sun, 3 Sep 2023 23:04:58 +0100 Subject: [PATCH] Switch to Python 3.11 slim image base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ecc1d9a..bcb77e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11 +FROM python:3.11-slim LABEL maintainer="Luke Tainton " LABEL org.opencontainers.image.source="https://github.com/luketainton/roboluke-tasks" USER root -- 2.45.2