Skip to content

Commit

Permalink
Merge pull request #96 from eesast/renovate/python-3.x
Browse files Browse the repository at this point in the history
chore(deps): update python docker tag to v3.12.2
  • Loading branch information
DragonAura authored Feb 24, 2024
2 parents c96f8e5 + 51e386d commit f347fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency/Dockerfile/Dockerfile_base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.1-bullseye
FROM python:3.12.2-bullseye
MAINTAINER eesast
WORKDIR /usr/local
RUN apt-get update && apt-get install --no-install-recommends -y gcc g++ make wget ca-certificates cmake autoconf automake libtool curl unzip git
Expand Down

0 comments on commit f347fac

Please sign in to comment.