Skip to content

Commit

Permalink
DIV-8546 | Fix issue in certificate-api
Browse files Browse the repository at this point in the history
  • Loading branch information
varadeth authored and samarthgr committed Jun 20, 2022
1 parent 3d59bb9 commit 13d9f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/certificate_api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine
FROM node:lts-alpine3.13
RUN apk update && apk add --no-cache nmap && \
echo @edge http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories && \
echo @edge http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories && \
Expand Down

0 comments on commit 13d9f2a

Please sign in to comment.