From 49ccdc3c68d49ed3bf1a3b5ba6f8a02705ac2130 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 24 Oct 2022 19:00:33 +0200 Subject: [PATCH] Update node version in docker image --- Dockerfile | 2 +- bitbucket-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12dffb05..188328d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.8.10 ENV PYTHONUNBUFFERED 1 RUN pip install pipenv -RUN curl -sL https://deb.nodesource.com/setup_12.x | bash +RUN curl -sL https://deb.nodesource.com/setup_14.x | bash RUN apt-get install nodejs -y RUN apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb -y RUN apt-get install postgresql postgresql-contrib -y diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index d5410e98..d1c14e10 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -4,7 +4,7 @@ # ----- # You can specify a custom docker image from Docker Hub as your build environment. image: - name: iterativ/skillbox-test@sha256:44ac62db8daa8149c2456c6cadd5c381a0680ad4c3680fb4ac151494cf8ef5ea + name: iterativ/skillbox-test@sha256:60d6bb808a9f0ff7b158192866a18eb7a5381a12621184c17bf5a4fb55384362 clone: