Skip to content

Commit

Permalink
Use buster based node image
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGoumX committed Jan 11, 2024
1 parent e6f3581 commit a9a4d7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10.19.0
FROM node:10.19.0-buster
LABEL maintainer="[email protected]"
RUN apt-get -qq update
RUN rm /usr/local/bin/yarn && \
Expand Down
5 changes: 5 additions & 0 deletions docker/entrypoint-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

set -ex

# Phantomjs expects the location of OPENSSL_CONF in
# a different system path. Since we upgraded to buster
# the OPENSSL_CONF can be found under /etc/ssl.
export OPENSSL_CONF=/etc/ssl

# fetch assets
yarn install

Expand Down

0 comments on commit a9a4d7e

Please sign in to comment.