Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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 bcol-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.2-bullseye AS development_build
FROM python:3.13.6-bullseye AS development_build

ARG VCS_REF="missing"
ARG BUILD_DATE="missing"
Expand Down
2 changes: 1 addition & 1 deletion jobs/ftp-poller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.2-bullseye
FROM python:3.13.6-bullseye

# ========================================================================================================
# Install go-crond (from https://github.com/BCDevOps/go-crond)
Expand Down
2 changes: 1 addition & 1 deletion jobs/notebook-report/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.2-bookworm
FROM python:3.14.3-bookworm

ARG VCS_REF="missing"
ARG BUILD_DATE="missing"
Expand Down
2 changes: 1 addition & 1 deletion jobs/payment-jobs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.2-bullseye
FROM python:3.13.6-bullseye

# ========================================================================================================
# Install go-crond (from https://github.com/BCDevOps/go-crond)
Expand Down
12 changes: 6 additions & 6 deletions jobs/payment-jobs/tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,32 +36,32 @@ services:
- auth
- notify
bcol:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-pay/main/docs/docs/api_contract/bcol-api-1.0.0.yaml
pay:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-pay/main/docs/docs/api_contract/pay-api.yaml
reports:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-pay/seeker25/docs/docs/api_contract/report-api.yaml
paybc:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-pay/d8091408d5cd591dd3e0c83ae8c5738de90699de/docs/docs/PayBC%20Mocking/paybc-1.0.0.yaml
auth:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-auth/main/docs/docs/api_contract/auth-api.yaml
notify:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-auth/main/docs/docs/api_contract/notify-api-1.0.0.yaml
Expand Down
2 changes: 1 addition & 1 deletion pay-admin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.2-bullseye AS development_build
FROM python:3.13.6-bullseye AS development_build

ARG VCS_REF="missing"
ARG BUILD_DATE="missing"
Expand Down
2 changes: 1 addition & 1 deletion pay-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.2-slim-bullseye AS development_build
FROM python:3.13.6-slim-bullseye AS development_build

ARG VCS_REF="missing"
ARG BUILD_DATE="missing"
Expand Down
14 changes: 7 additions & 7 deletions pay-api/tests/docker/docker-compose-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,37 +38,37 @@ services:
- auth
- notify
bcol:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-pay/main/docs/docs/api_contract/bcol-api-1.0.0.yaml
pay:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-pay/main/docs/docs/api_contract/pay-api.yaml
reports:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/seeker25/sbc-pay/31180/docs/docs/api_contract/report-api.yaml
paybc:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-pay/d8091408d5cd591dd3e0c83ae8c5738de90699de/docs/docs/PayBC%20Mocking/paybc-1.0.0.yaml
auth:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-auth/main/docs/docs/api_contract/auth-api.yaml
notify:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-auth/main/docs/docs/api_contract/notify-api-1.0.0.yaml
gcs-emulator:
image: fsouza/fake-gcs-server:1.52.2
image: fsouza/fake-gcs-server:1.53.1
ports:
- "4443:4443"
command: ["-scheme", "http", "-host", "0.0.0.0", "-port", "4443"]
Expand Down
14 changes: 7 additions & 7 deletions pay-api/tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,37 +36,37 @@ services:
- auth
- notify
bcol:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-pay/main/docs/docs/api_contract/bcol-api-1.0.0.yaml
pay:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-pay/main/docs/docs/api_contract/pay-api.yaml
reports:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/seeker25/sbc-pay/31180/docs/docs/api_contract/report-api.yaml
paybc:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-pay/d8091408d5cd591dd3e0c83ae8c5738de90699de/docs/docs/PayBC%20Mocking/paybc-1.0.0.yaml
auth:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-auth/main/docs/docs/api_contract/auth-api.yaml
notify:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-auth/main/docs/docs/api_contract/notify-api-1.0.0.yaml
gcs-emulator:
image: fsouza/fake-gcs-server:1.52.2
image: fsouza/fake-gcs-server:1.53.1
ports:
- "4443:4443"
command: ["-scheme", "http", "-host", "0.0.0.0", "-port", "4443"]
Expand Down
2 changes: 1 addition & 1 deletion pay-queue/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.2-bullseye as development_build
FROM python:3.13.6-bullseye as development_build

ARG VCS_REF="missing"
ARG BUILD_DATE="missing"
Expand Down
4 changes: 2 additions & 2 deletions pay-queue/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
depends_on:
- paybc
paybc:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0 https://raw.githubusercontent.com/bcgov/sbc-pay/main/docs/docs/PayBC%20Mocking/paybc-1.0.0.yaml
pubsub-emulator:
Expand All @@ -19,7 +19,7 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
gcs-emulator:
image: fsouza/fake-gcs-server:1.52.2
image: fsouza/fake-gcs-server:1.53.1
ports:
- "4443:4443"
command: [ "-scheme", "http", "-host", "0.0.0.0", "-port", "4443" ]
Expand Down
Loading