Skip to content

Commit

Permalink
Merge pull request #96 from KieranRobson/dependabot/docker/node-19.7.0
Browse files Browse the repository at this point in the history
chore(deps): bump node from 19.6.0 to 19.7.0
  • Loading branch information
Ki-er authored Mar 13, 2023
2 parents b56d328 + f1ecae1 commit a4e4dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19.6.0
FROM node:19.7.0
RUN mkdir -p /usr/arrbot/src
WORKDIR /usr/arrbot/src
COPY package.json /usr/arrbot/src
Expand Down

0 comments on commit a4e4dc0

Please sign in to comment.