diff --git a/Dockerfile b/Dockerfile index b3ba433..7a8980b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,12 +6,12 @@ FROM alpine:3.19 AS base # hadolint ignore=DL3018 RUN apk add --no-cache --update \ - npm=9.6.6-r0 \ - git=2.40.1-r0 \ - openssh=9.3_p2-r0 \ - ca-certificates=20230506-r0 \ - ruby-bundler=2.4.15-r0 \ - bash=5.2.15-r5 + npm \ + git \ + openssh \ + ca-certificates \ + ruby-bundler \ + bash WORKDIR /action diff --git a/README.md b/README.md index 316b771..79bdc1a 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,11 @@ semantic-release as a GitHub Action, with all presets included [![license][license-img]][license-url] [![release][release-img]][release-url] -[![semantic][semantic-img]][semantic-url] [`semantic-release`][] as a GitHub Action, with **all** presets included. -- works with environment variables as documented in [`semantic-release` docs][] -- customizable through [`semantic-release` configuration file][] +- works with environment variables as documented in [`semantic-release` docs][] +- customizable through [`semantic-release` configuration file][] ## Usage @@ -85,6 +84,3 @@ jobs: [release-url]: https://github.com/khulnasoft-lab/action-semantic-release/releases [release-img]: https://badgen.net/github/release/khulnasoft-lab/action-semantic-release - -[semantic-url]: https://github.com/khulnasoft-lab/action-semantic-release/actions?query=workflow%3Arelease -[semantic-img]: https://badgen.net/badge/📦/semantically%20released/blue