Skip to content

Commit

Permalink
Merge pull request #367 from w3stling/node-18
Browse files Browse the repository at this point in the history
chore: bump node to latest lts version (18.16.1)
  • Loading branch information
patrickjahns committed Jul 14, 2023
2 parents 9f7e823 + b03f425 commit fda4b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.6-alpine
FROM node:18.16.1-alpine
ENV NODE_ENV=production
LABEL "repository"="https://github.com/patrickjahns/version-drafter-action" \
"homepage"="https://github.com/patrickjahns/version-drafter-action" \
Expand All @@ -13,4 +13,4 @@ RUN apk --no-cache add git && \
yarn --frozen-lockfile && \
rm -rf /var/cache/apk/* && \
rm -rf /root/.cache/
ENTRYPOINT [ "/app/node_modules/.bin/probot", "receive", "/app/index.js" ]
ENTRYPOINT [ "/app/node_modules/.bin/probot", "receive", "/app/index.js" ]

0 comments on commit fda4b8e

Please sign in to comment.