File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM python:3.10.15 -slim-bookworm
1
+ FROM python:3.10.17 -slim-bookworm
2
2
3
3
RUN apt-get -y update && apt-get -y upgrade && \
4
4
apt-get install --no-install-recommends -y ncat gcc libpq-dev libc-dev postgresql-client redis-tools cron
Original file line number Diff line number Diff line change 1
- FROM python:3.10.15 -slim-bookworm
1
+ FROM python:3.10.17 -slim-bookworm
2
2
3
3
RUN apt-get -y update && apt-get -y upgrade && \
4
4
apt-get install --no-install-recommends -y ncat gcc libpq-dev libc-dev postgresql-client redis-tools
Original file line number Diff line number Diff line change 1
- FROM python:3.10.15 -slim-bookworm
1
+ FROM python:3.10.17 -slim-bookworm
2
2
3
3
RUN apt-get -y update && apt-get -y upgrade && \
4
4
apt-get install --no-install-recommends -y ncat gcc libpq-dev libc-dev postgresql-client redis-tools
Original file line number Diff line number Diff line change 1
- FROM python:3.10.15 -slim-bookworm
1
+ FROM python:3.10.17 -slim-bookworm
2
2
3
3
RUN apt-get -y update && apt-get -y upgrade && \
4
4
apt-get install --no-install-recommends -y ncat vim gcc libpq-dev libc-dev postgresql-client redis-tools curl
You can’t perform that action at this time.
0 commit comments