Skip to content

Commit 82ff996

Browse files
Bump python from 3.12-slim to 3.13-slim
Bumps python from 3.12-slim to 3.13-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48c57b7 commit 82ff996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Python image AS the base image
2-
FROM python:3.12 AS gv-base
2+
FROM python:3.13 AS gv-base
33

44
# System Dependencies:
55
RUN apt-get update && apt-get install -y libpq-dev
@@ -12,7 +12,7 @@ ENV PATH="$PATH:/root/.local/bin"
1212
# END gv-base
1313

1414
# BEGIN gv-runtime-base
15-
FROM python:3.12-slim AS gv-runtime-base
15+
FROM python:3.13-slim AS gv-runtime-base
1616

1717
# System Dependencies:
1818
RUN apt-get update && apt-get install -y libpq-dev

0 commit comments

Comments
 (0)