Skip to content

Commit

Permalink
Update express version in Dockerfile (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki authored Sep 29, 2023
1 parent 1561255 commit 7e1fbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine/git AS sources

RUN git clone --depth=1 --branch=v1.4.1 https://github.com/onaio/express-server.git /usr/src/express-server
RUN git clone --depth=1 --branch=v2.0.0 https://github.com/onaio/express-server.git /usr/src/express-server

FROM node:16.18-alpine as build

Expand Down

0 comments on commit 7e1fbb9

Please sign in to comment.