From 7de35968489e4142233d2a6812519a82e68b5c38 Mon Sep 17 00:00:00 2001 From: Ashish Dhingra <67916761+ashishdhingra@users.noreply.github.com> Date: Fri, 27 Jan 2023 12:12:25 -0800 Subject: [PATCH] Updated Dockerfile to use node:18-alpine3.16 image. (#173) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56f9107..9cf5dfe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"