Skip to content

Commit 3b7a293

Browse files
committed
Bumping business-essentials base image version
1 parent ac64b85 commit 3b7a293

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

backbase-environment/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ services:
591591
environment:
592592
API_ROOT: /api/
593593
AUTH_URL: http://localhost:8180/auth/realms/mastercard
594+
FALLBACK_LOCALE: en-US
594595
ports:
595596
- "8080:8080"
596597
volumes:

backbase-environment/images/business-universal/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ RUN replace-in-file '${AUTH_URL}realms/${AUTH_REALM}' '${AUTH_URL}' apps/busines
1212
RUN replace-in-file "defaultCountry: 'NL'" "defaultCountry: 'GB'" "apps/business-universal/**/*.ts"
1313
RUN nx build business-universal
1414

15-
FROM repo.backbase.com/backbase-docker-releases/web-base:2.0.7
15+
FROM repo.backbase.com/backbase-docker-releases/web-base:2.0.8
1616

1717
COPY --from=builder /tmp/business-banking-universal-app-package/dist/apps/business-universal /statics

0 commit comments

Comments
 (0)