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 f20c669
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
@@ -1,5 +1,6 @@
FROM node:10.19.0
FROM node:10.19.0-buster
LABEL maintainer="analytics@skroutz.gr"
RUN export OPENSSL_CONF=/etc/ssl
RUN apt-get -qq update
RUN rm /usr/local/bin/yarn && \
rm /usr/local/bin/yarnpkg && \
Expand Down

0 comments on commit f20c669

Please sign in to comment.