Skip to content

Commit 18cf89e

Browse files
committed
use latest versions od postgresql and python in docker
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent 9d4f2c7 commit 18cf89e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.12-slim AS dev
1+
FROM python:3.13-slim AS dev
22
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
33

44
RUN apt-get update -y && apt-get install -y \

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
condition: service_healthy
2323

2424
db:
25-
image: postgres:15.6-bullseye
25+
image: postgres:17.3-bullseye
2626
hostname: postgres
2727
environment:
2828
POSTGRES_USER: ${DB_USER}

0 commit comments

Comments
 (0)