Skip to content

Commit

Permalink
Update E2E to use new base image with Node.js 20.18 and Chrome 130
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Oct 29, 2024
1 parent 3416903 commit 6517719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/tekton-releases/dogfooding/dashboard-e2e-base:node20.17.0-chrome129@sha256:823219d58f96726fa25d79571ec236c4bf672ceec961c79ded77b1eeafd858a3
FROM gcr.io/tekton-releases/dogfooding/dashboard-e2e-base:node20.18.0-chrome130@sha256:02918ee549ed9c8cb996e9b8da15069551f266b1df07c46acc36f0c4051f4a2d

ENTRYPOINT ["npm", "run", "test:ci"]
CMD ["--", "--browser", "chrome"]
Expand Down

0 comments on commit 6517719

Please sign in to comment.