Skip to content

Commit 2b71226

Browse files
committed
fix: build failure
1 parent 037857e commit 2b71226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

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

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

0 commit comments

Comments
 (0)