Skip to content

Commit 07215c7

Browse files
chore(deps): update python docker tag to v3.13 (#40)
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | python | 3.12 | 3.13 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c77be7f commit 07215c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/Dockerfile.sidecar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache
3434
# pip will build everything inside /usr/ since this is the case
3535
# we should build and then copy every file into a destination that will
3636
# then copy into the distroless container
37-
FROM python:3.12-slim AS pythonbuilder
37+
FROM python:3.13-slim AS pythonbuilder
3838
RUN apt-get update && \
3939
apt-get install -y postgresql-common build-essential && \
4040
/usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y && \

0 commit comments

Comments
 (0)