Skip to content

Commit 9bc19b1

Browse files
chore(deps): lock file maintenance infrastructure updates (#240)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d73f20b commit 9bc19b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build
2-
FROM node:24.11.0-slim AS build
2+
FROM node:24.11.1-slim AS build
33

44
# Copy, build static files; see .dockerignore for exclusions
55
WORKDIR /app
@@ -8,7 +8,7 @@ ENV PRISMA_CLI_BINARY_TARGETS=debian-openssl-3.0.x
88
RUN npm run deploy
99

1010
# Dependencies
11-
FROM node:24.11.0-slim AS dependencies
11+
FROM node:24.11.1-slim AS dependencies
1212

1313
# Copy, build static files; see .dockerignore for exclusions
1414
WORKDIR /app

infra/modules/database/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ data "aws_rds_engine_version" "postgresql" {
1313
# -------------------------
1414
module "aurora_postgresql_v2" {
1515
source = "terraform-aws-modules/rds-aurora/aws"
16-
version = "10.0.0"
16+
version = "10.0.2"
1717
allow_major_version_upgrade = true
1818
name = var.db_cluster_name
1919
engine = data.aws_rds_engine_version.postgresql.engine

0 commit comments

Comments
 (0)