Skip to content

Commit b259d03

Browse files
committed
1 parent c112050 commit b259d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG build_for=linux/amd64
99
##
1010
# base image (abstract)
1111
##
12-
FROM --platform=$build_for python:3.9.9-slim-bullseye as base
12+
FROM --platform=$build_for python:3.13.5-slim-bullseye as base
1313

1414
# N.B. The refs updated automagically every release via bumpversion
1515
# N.B. dbt-postgres is currently found in the core codebase so a value of dbt-core@<some_version> is correct

0 commit comments

Comments
 (0)