Skip to content

Commit 7329e36

Browse files
committed
fix: upgrade docker image
1 parent 1ea7773 commit 7329e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use the base image with Node.js 8.11.3
2-
FROM node:8.11.3
1+
# Use the base image with Node.js
2+
FROM node:12.22.12-buster
33

44
# Copy the current directory into the Docker image
55
COPY . /submissions-api

0 commit comments

Comments
 (0)