diff --git a/Dockerfile b/Dockerfile index 24076c07..be7663de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN curl --proto "=https" --tlsv1.2 -sSf -L "https://github.com/mikefarah/yq/rel && yq --version # Final stage -FROM registry.access.redhat.com/ubi9/nodejs-20:9.7-1771417935 +FROM registry.access.redhat.com/ubi9/nodejs-20:9.7-1772440493 LABEL name="tssc-test" \ maintainers="TSSC Team"