Skip to content

Commit

Permalink
Merge pull request #29 from openradx/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
medihack authored Dec 18, 2024
2 parents 82b9684 + cff9889 commit 7e049fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:3.12
FROM mcr.microsoft.com/devcontainers/python:3.13

# Install dependency to make bash completion work with invoke
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:17.1
image: postgres:17.2
hostname: postgres.local
environment:
POSTGRES_PASSWORD: "postgres"
Expand Down

0 comments on commit 7e049fb

Please sign in to comment.