Skip to content

Commit

Permalink
Update the base image to 3.13-slim-bookworm (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
flo-02-mu authored Oct 20, 2024
1 parent f9c3734 commit 6661e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim-bullseye AS build-image
FROM python:3.13-slim-bookworm AS build-image

RUN apt-get update
RUN apt-get full-upgrade -y
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN mkdir -p /opt/oracle/instantclient
RUN mv instantclient*/* /opt/oracle/instantclient


FROM python:3.10-slim-bullseye
FROM python:3.13-slim-bookworm
ARG ODBC_DRIVER_VERSION=18
ENV ODBC_DRIVER=msodbcsql${ODBC_DRIVER_VERSION}

Expand Down

2 comments on commit 6661e01

@nanoq66
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@albertodonato could you create & push a docker tag to dockerhub that includes this change? would be neat, because I would need to have this CVE free version due to corporate policies. THX!!!

@albertodonato
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated the 2.10.0 release

Please sign in to comment.