Skip to content

Commit

Permalink
chore(deps): update node docker tag to v19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 17, 2023
1 parent bcfd902 commit 6deac17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/kubernetes/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19.7-slim
FROM node:19.8-slim
COPY . .
RUN npm install
CMD [ "npx", "ts-node", "index.ts" ]

0 comments on commit 6deac17

Please sign in to comment.