mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 09:26:49 +00:00
Merge pull request #322 from OpenBankProject/develop
merge dependency bumps etc.
This commit is contained in:
commit
51f7d0a198
2
.github/Dockerfile_OC
vendored
2
.github/Dockerfile_OC
vendored
@ -1,4 +1,4 @@
|
||||
FROM registry.access.redhat.com/ubi9/python-39
|
||||
FROM registry.access.redhat.com/ubi9/python-39:latest
|
||||
USER root
|
||||
RUN dnf update -y
|
||||
RUN dnf install python3-psycopg2 -y
|
||||
|
||||
2
.github/Dockerfile_nginx_OC
vendored
2
.github/Dockerfile_nginx_OC
vendored
@ -1,4 +1,4 @@
|
||||
FROM registry.access.redhat.com/ubi9/python-39 AS builder
|
||||
FROM registry.access.redhat.com/ubi9/python-39:latest AS builder
|
||||
USER 0
|
||||
RUN dnf update -y
|
||||
RUN dnf install python3-psycopg2 -y
|
||||
|
||||
2
.github/workflows/run_trivy.yml
vendored
2
.github/workflows/run_trivy.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
- completed
|
||||
env:
|
||||
## Sets environment variable
|
||||
DOCKER_HUB_ORGANIZATION: tawoe
|
||||
DOCKER_HUB_ORGANIZATION: ${{ vars.DOCKER_HUB_ORGANIZATION }}
|
||||
DOCKER_HUB_REPOSITORY: api-manager
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user