Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade base docker image #5585

Merged
merged 1 commit into from
Nov 22, 2024
Merged
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
4 changes: 1 addition & 3 deletions libs/sdk-ui-web-components/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
# as we must not run images in the context of the superuser. This image comes with user 'nginx' with UID 101 and
# runs as that user by default. The UID of this user is also used in runAsUser directive in the deployment chart.
# !!! Do not change base image to Alpine flavors due to compliance reasons !!!
# REPO_PREFIX MUST end with trailing slash
ARG REPO_PREFIX=
FROM ${REPO_PREFIX}nginxinc/nginx-unprivileged:1.25.3
FROM 020413372491.dkr.ecr.us-east-1.amazonaws.com/pullthrough/docker.io/nginxinc/nginx-unprivileged:1.27.2

# BEGIN OF Mastercard security compliance - do not alter or remove
USER 0
Expand Down