Skip to content

Commit 605a9b3

Browse files
Bump python from 3.10.15-slim-bookworm to 3.10.17-slim-bookworm
Bumps python from 3.10.15-slim-bookworm to 3.10.17-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.10.17-slim-bookworm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe1a610 commit 605a9b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.15-slim-bookworm
1+
FROM python:3.10.17-slim-bookworm
22

33
RUN apt-get -y update && apt-get -y upgrade && \
44
apt-get install --no-install-recommends -y ncat gcc libpq-dev libc-dev postgresql-client redis-tools cron

Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.15-slim-bookworm
1+
FROM python:3.10.17-slim-bookworm
22

33
RUN apt-get -y update && apt-get -y upgrade && \
44
apt-get install --no-install-recommends -y ncat gcc libpq-dev libc-dev postgresql-client redis-tools

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.15-slim-bookworm
1+
FROM python:3.10.17-slim-bookworm
22

33
RUN apt-get -y update && apt-get -y upgrade && \
44
apt-get install --no-install-recommends -y ncat gcc libpq-dev libc-dev postgresql-client redis-tools

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.15-slim-bookworm
1+
FROM python:3.10.17-slim-bookworm
22

33
RUN apt-get -y update && apt-get -y upgrade && \
44
apt-get install --no-install-recommends -y ncat vim gcc libpq-dev libc-dev postgresql-client redis-tools curl

0 commit comments

Comments
 (0)