We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa2b89 commit 4f32a1bCopy full SHA for 4f32a1b
Dockerfile
@@ -1,7 +1,7 @@
1
ARG NODE_TAG="20-alpine3.18"
2
FROM node:${NODE_TAG} as Runner
3
WORKDIR /usr/src/app
4
-RUN apk add --no-cache bash git curl jq openssh-client
+RUN apk add --no-cache bash git curl jq openssh-client gpg
5
RUN yarn global add conventional-changelog-cli conventional-recommended-bump
6
COPY release-version.sh /usr/local/bin/release-version
7
RUN chmod a+x /usr/local/bin/release-version
0 commit comments