diff --git a/.drone.yml b/.drone.yml index a5e6125..43aa9b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ platform: steps: - name: clone - image: registry.access.redhat.com/ubi9/nodejs-18-minimal:1-67 + image: registry.access.redhat.com/ubi9/nodejs-18:1-62.1692771036 volumes: - name: cache path: /opt/app-root/src @@ -20,7 +20,7 @@ steps: - git clone $DRONE_REPO_LINK . - git checkout $DRONE_COMMIT - name: build - image: registry.access.redhat.com/ubi9/nodejs-18-minimal:1-67 + image: registry.access.redhat.com/ubi9/nodejs-18:1-62.1692771036 volumes: - name: cache path: /opt/app-root/src