Skip to content

Commit

Permalink
bump to node 18 in .ci/openshift-ci/Dockerfile too
Browse files Browse the repository at this point in the history
Change-Id: I278dff1d88bfb51767d53a3e62f995b568dc1af1
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Aug 30, 2023
1 parent ca8b9d2 commit 5c9f4ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/openshift-ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2019-2021 Red Hat, Inc.
# Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
Expand All @@ -14,6 +14,6 @@

FROM registry.ci.openshift.org/openshift/release:golang-1.18

RUN curl -sL https://rpm.nodesource.com/setup_16.x | bash - && \
RUN curl -sL https://rpm.nodesource.com/setup_18.x | bash - && \
yum-config-manager --add-repo https://dl.yarnpkg.com/rpm/yarn.repo && \
yum install -y yarn

0 comments on commit 5c9f4ac

Please sign in to comment.