File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN yarn build
3939
4040####################################################################################################
4141
42- FROM --platform=linux/amd64 registry.redhat.io/ubi9 /httpd-24:9.5-1733127463
42+ FROM --platform=linux/amd64 registry.redhat.io/ubi10 /httpd-24:10.1
4343USER root
4444RUN chown -R 1001:0 /opt/app-root/src
4545USER 1001
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ WORKDIR /usr/src/app
55RUN yarn config set network-timeout 600000 -g
66RUN yarn install && yarn build
77
8- FROM --platform=linux/amd64 registry.redhat.io/rhel8 /httpd-24
8+ FROM --platform=linux/amd64 registry.redhat.io/ubi10 /httpd-24:10.1
99
1010USER root
1111RUN chown -R 1001:0 /opt/app-root/src
You can’t perform that action at this time.
0 commit comments