Skip to content

Commit

Permalink
Updated Dockerfile to use node:18-alpine3.16 image. (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishdhingra authored Jan 27, 2023
1 parent f914f91 commit 7de3596
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 mhart/alpine-node:12
FROM node:18-alpine3.16

LABEL "repository"="https://github.com/aws-actions/stale-issue-cleanup"
LABEL "version"="0.1.0"
Expand Down

0 comments on commit 7de3596

Please sign in to comment.