Skip to content

Commit

Permalink
Bump express server version to v2.1.0 (#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Jul 18, 2024
1 parent 067d07a commit 618e7d0
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,7 +1,7 @@
FROM alpine/git AS sources

# TODO - update the tag here
RUN git clone --branch=bulk-upload-bull https://github.com/onaio/express-server.git /usr/src/express-server
RUN git clone --branch=v2.1.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 618e7d0

Please sign in to comment.