Skip to content
Open
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 .konflux/Containerfile.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN yarn build

####################################################################################################

FROM --platform=linux/amd64 registry.access.redhat.com/ubi10/httpd-24:10.1
FROM --platform=linux/amd64 registry.access.redhat.com/ubi10/httpd-24:10.1-1770251547
USER root
RUN chown -R 1001:0 /opt/app-root/src
USER 1001
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /usr/src/app
RUN yarn config set network-timeout 600000 -g
RUN yarn install && yarn build

FROM --platform=linux/amd64 registry.access.redhat.com/ubi10/httpd-24:10.1
FROM --platform=linux/amd64 registry.access.redhat.com/ubi10/httpd-24:10.1-1770251547

USER root
RUN chown -R 1001:0 /opt/app-root/src
Expand Down