Skip to content

Commit

Permalink
Merge pull request #1136 from samarthgr/2.0.2-generic
Browse files Browse the repository at this point in the history
DIV-8546 | Fix build issue in certificate-api
  • Loading branch information
egov-joy authored Jun 20, 2022
2 parents 8b48f58 + 13d9f2a commit 5dca9c3
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 5dca9c3

Please sign in to comment.