[ARVADOS-WORKBENCH2] updated: 2.1.0-171-gd33e5d82

Git user git at public.arvados.org
Fri Jan 22 16:53:54 UTC 2021


Summary of changes:
 docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  d33e5d82e3cd5c51b2b6a5e4c35f2c773da9b0fa (commit)
      from  e68d8abe7f6809ffe2eb3c1a9cbe9ab1af8d4c59 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit d33e5d82e3cd5c51b2b6a5e4c35f2c773da9b0fa
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Fri Jan 22 13:50:53 2021 -0300

    Updates the Dockefile to request a newer nodejs base image.
    Refs #17256
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/docker/Dockerfile b/docker/Dockerfile
index f138e842..ec84a930 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -2,14 +2,14 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-FROM node:8-buster
+FROM node:10.23.1-buster
 LABEL maintainer="Arvados Package Maintainers <packaging at arvados.org>"
 
 RUN echo deb http://deb.debian.org/debian buster-backports main >> /etc/apt/sources.list.d/backports.list
 RUN apt-get update && \
     apt-get -yq --no-install-recommends -o Acquire::Retries=6 install \
     libsecret-1-0 libsecret-1-dev rpm ruby ruby-dev rubygems build-essential \
-    libpam0g-dev && \
+    libpam0g-dev libgbm1 && \
     apt-get clean
 RUN apt-get -yq --no-install-recommends -t buster-backports install golang-go && \
     apt-get clean

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list