Skip to content

Commit

Permalink
Merge pull request #71 from tj-actions/fix/resolve-error-building-doc…
Browse files Browse the repository at this point in the history
…kerimage

fix: error building Docker image
  • Loading branch information
jackton1 committed Feb 27, 2022
2 parents e77dbe5 + 7d1f4da commit 7f11017
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 50 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM node:15.14.0-alpine3.10
FROM node:17-alpine3.14

LABEL maintainer="Tonye Jack <jtonye@ymail.com>"

RUN apk add bash

RUN npm i -g renovate
RUN apk add bash \
&& npm install -g renovate

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down
4 changes: 1 addition & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

set -e

export RENOVATE_CONFIG_FILE="${INPUT_CONFIG_FILE}"

renovate-config-validator
renovate-config-validator -c "${INPUT_CONFIG-FILE}"
43 changes: 0 additions & 43 deletions renovate-new.json

This file was deleted.

0 comments on commit 7f11017

Please sign in to comment.