codeclimate / codeclimate-eslint

Code Climate Engine for ESLint
MIT License
95 stars 93 forks source link

QUA-461: update base image #558

Closed dantevvp closed 2 years ago

dantevvp commented 2 years ago

This PR updates the base image from node:6.17-stretch to node:17.3-bullseye-slim.

The line RUN apt-get update && apt-get install -y gnupg has been added due to an error being thrown in this line:

RUN apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg...
gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation