upgrade docker image

This commit is contained in:
Jakub Miazek 2024-02-15 19:05:18 +01:00
parent d8afd38c9d
commit d00d34a186

View File

@ -1,4 +1,4 @@
FROM python:3.12.1-slim-bookworm AS base
FROM python:3.12.2-slim-bookworm AS base
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends curl git build-essential \