Skip to content

Commit

Permalink
Changed node version of the docker file to avoid problems
Browse files Browse the repository at this point in the history
  • Loading branch information
uo276670 committed May 9, 2023
1 parent 666b90b commit 309aeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restapi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.15.0
FROM node:16-slim
LABEL org.opencontainers.image.source https://github.com/Arquisoft/lomap_en1b
COPY . /app
WORKDIR /app
Expand Down

0 comments on commit 309aeea

Please sign in to comment.