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 7a69333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
@@ -1,4 +1,4 @@
FROM node:10.19.0
FROM node:10.19.0-buster
LABEL maintainer="analytics@skroutz.gr"
RUN apt-get -qq update
RUN rm /usr/local/bin/yarn && \
Expand Down
2 changes: 2 additions & 0 deletions docker/entrypoint-ci.sh
Expand Up @@ -2,6 +2,8 @@

set -ex

export OPENSSL_CONF=/etc/ssl

# fetch assets
yarn install

Expand Down

0 comments on commit 7a69333

Please sign in to comment.