Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc653d7e

Browse files
authored
QUA-461: update base image (#558)
1 parent0b4641d commitc653d7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:6.17.0-stretch
1+
FROM node:17.3-bullseye-slim
22
LABEL maintainer"Code Climate <hello@codeclimate.com>"
33

44
RUN adduser --uid 9000 --gecos"" --disabled-password app
@@ -15,9 +15,10 @@ RUN mkdir $PREFIX
1515
COPY bin/docs ./bin/docs
1616
COPY engine.json package.json yarn.lock ./
1717

18+
RUN apt-get update && apt-get install -y gnupg
19+
1820
RUN apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg && \
1921
echo"deb http://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
20-
apt-get update && \
2122
apt-get install -y git jq yarn && \
2223
yarn config set prefix $PREFIX && \
2324
yarn install --modules-folder $PREFIX && \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp