Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
85da0dc
Update Docker - updates
renovate[bot] Jan 10, 2026
b029502
Updating version to 3.3.61
dc-autobot[bot] Jan 12, 2026
a663d97
Updating version to 3.3.62
dc-autobot[bot] Jan 14, 2026
26b456e
Updating version to 3.3.63
dc-autobot[bot] Jan 17, 2026
05d7a2c
Updating version to 3.3.64
dc-autobot[bot] Jan 17, 2026
5c79945
Updating version to 3.3.65
dc-autobot[bot] Jan 19, 2026
4eda6e6
Updating version to 3.3.66
dc-autobot[bot] Jan 24, 2026
90c8ef4
Updating version to 3.3.67
dc-autobot[bot] Jan 26, 2026
cd47b23
Updating version to 3.3.68
dc-autobot[bot] Jan 26, 2026
8c16977
Updating version to 3.3.69
dc-autobot[bot] Jan 30, 2026
f18fe8b
Updating version to 3.3.70
dc-autobot[bot] Jan 31, 2026
1afdbee
Updating version to 3.3.71
dc-autobot[bot] Feb 6, 2026
42a2cbd
Updating version to 3.3.72
dc-autobot[bot] Feb 9, 2026
bb8e154
Updating version to 3.3.73
dc-autobot[bot] Feb 10, 2026
e25bc97
Updating version to 3.3.74
dc-autobot[bot] Feb 13, 2026
19bb473
Updating version to 3.3.75
dc-autobot[bot] Feb 17, 2026
d461fc7
Updating version to 3.3.76
dc-autobot[bot] Feb 20, 2026
172e96d
Updating version to 3.3.77
dc-autobot[bot] Feb 25, 2026
b98b2ae
Updating version to 3.3.78
dc-autobot[bot] Feb 27, 2026
05feb25
Updating version to 3.3.79
dc-autobot[bot] Mar 3, 2026
a02e2ef
Updating version to 3.3.80
dc-autobot[bot] Mar 7, 2026
26dbc3a
Updating version to 3.3.81
dc-autobot[bot] Mar 7, 2026
d3c50f5
Updating version to 3.3.82
dc-autobot[bot] Mar 10, 2026
9b69f5d
Updating version to 3.3.83
dc-autobot[bot] Mar 13, 2026
ae40c7e
Updating version to 3.3.84
dc-autobot[bot] Mar 31, 2026
3c5403b
Updating version to 3.3.85
dc-autobot[bot] Apr 1, 2026
0036183
Updating version to 3.3.86
dc-autobot[bot] Apr 4, 2026
f466870
Updating version to 3.3.87
dc-autobot[bot] Apr 7, 2026
ef39190
Updating version to 3.3.88
dc-autobot[bot] Apr 11, 2026
11980e2
Updating version to 3.3.89
dc-autobot[bot] Apr 12, 2026
1efde81
Updating version to 3.3.90
dc-autobot[bot] Apr 14, 2026
175e63d
Updating version to 3.3.91
dc-autobot[bot] Apr 16, 2026
122dd22
Updating version to 3.3.92
dc-autobot[bot] Apr 18, 2026
65bf30e
Updating version to 3.3.93
dc-autobot[bot] Apr 20, 2026
db2e4c2
Updating version to 3.3.94
dc-autobot[bot] Apr 23, 2026
50b6a10
Updating version to 3.3.95
dc-autobot[bot] Apr 30, 2026
275c784
Updating version to 3.3.96
dc-autobot[bot] May 3, 2026
0fe7a41
Updating version to 3.3.97
dc-autobot[bot] May 5, 2026
012d8b4
Updating version to 3.3.98
dc-autobot[bot] May 8, 2026
350e03a
Updating version to 3.3.99
dc-autobot[bot] May 12, 2026
0129010
Updating version to 3.3.100
dc-autobot[bot] May 12, 2026
6d2fb8b
Updating version to 3.3.101
dc-autobot[bot] May 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.19
# syntax=docker/dockerfile:1.20
FROM node:lts-alpine AS builder

WORKDIR /sqnc-attachment-api
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres-attachment-api:
image: postgres:18.0-alpine
image: postgres:18.1-alpine
container_name: postgres-attachment-api
ports:
- 5432:5432
Expand All @@ -12,7 +12,7 @@ services:
- POSTGRES_DB=sqnc-attachment-api

keycloak:
image: quay.io/keycloak/keycloak:26.4.2
image: quay.io/keycloak/keycloak:26.5.0
container_name: keycloak
environment:
- KEYCLOAK_ADMIN=admin
Expand Down
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- IDP_INTERNAL_CLIENT_SECRET=secret

postgres-attachment-api:
image: postgres:18.0-alpine
image: postgres:18.1-alpine
container_name: postgres-attachment-api
ports:
- 5432:5432
Expand All @@ -46,7 +46,7 @@ services:
retries: 5

postgres-identity-service:
image: postgres:18.0-alpine
image: postgres:18.1-alpine
container_name: postgres-identity
ports:
- 5433:5432
Expand All @@ -63,7 +63,7 @@ services:
retries: 5

sqnc-identity-service:
image: digicatapult/sqnc-identity-service:v4.2.114
image: digicatapult/sqnc-identity-service:v4.2.138
container_name: identity-service
depends_on:
postgres-identity-service:
Expand Down Expand Up @@ -120,7 +120,7 @@ services:
- IPFS_PORT=5001

postgres-attachment-api-b:
image: postgres:18.0-alpine
image: postgres:18.1-alpine
container_name: postgres-attachment-api-b
ports:
- 5434:5432
Expand All @@ -136,7 +136,7 @@ services:
timeout: 5s
retries: 5
sqnc-identity-service-b:
image: digicatapult/sqnc-identity-service:v4.2.114
image: digicatapult/sqnc-identity-service:v4.2.138
container_name: identity-service-b
depends_on:
postgres-identity-service-b:
Expand All @@ -161,7 +161,7 @@ services:
- LOG_LEVEL=debug

postgres-identity-service-b:
image: postgres:18.0-alpine
image: postgres:18.1-alpine
container_name: postgres-identity-service-b
ports:
- 5435:5432
Expand Down Expand Up @@ -196,7 +196,7 @@ services:
restart: on-failure

ipfs:
image: ipfs/go-ipfs:v0.38.2
image: ipfs/go-ipfs:v0.39.0
container_name: ipfs
environment:
- |
Expand All @@ -221,7 +221,7 @@ services:
command: server /data --console-address ":9001"

keycloak:
image: quay.io/keycloak/keycloak:26.4.2
image: quay.io/keycloak/keycloak:26.5.0
container_name: keycloak
environment:
- KEYCLOAK_ADMIN=admin
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/sqnc-attachment-api",
"version": "3.3.60",
"version": "3.3.101",
"description": "An OpenAPI Matchmaking API service for SQNC",
"main": "src/index.ts",
"type": "module",
Expand Down