Skip to content

Commit 6517719

Browse files
AlanGreenetekton-robot
authored andcommitted
Update E2E to use new base image with Node.js 20.18 and Chrome 130
1 parent 3416903 commit 6517719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

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

1414
ENTRYPOINT ["npm", "run", "test:ci"]
1515
CMD ["--", "--browser", "chrome"]

0 commit comments

Comments
 (0)