From 831d83bc9c1ac3e709d5e2e8814c14d5d88ac50c Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 12 Oct 2022 20:54:49 -0500 Subject: [PATCH] Updated Dockerfile with valid test values --- test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Dockerfile b/test/Dockerfile index 44a6dcd..4d74e85 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -1,5 +1,5 @@ FROM node:13-alpine -LABEL version=1.1.0 +LABEL version=1.10.0 ADD ./app /app WORKDIR /app RUN cd /app && npm i